Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Salmen committed Oct 4, 2021
2 parents 0f5969f + 3b9b699 commit b8fcd04
Show file tree
Hide file tree
Showing 5 changed files with 4,873 additions and 827 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.1
- `three.js` is no longer a **peerDependency**. It is just a **dependency**. This resolves issue #58.
- Updated **devDependencies** to resolve potential security issues.

## 4.0.0
- All worker related functionality has been moved to external `WorkerTaskManager`, see [three-wtm](https://github.com/kaisalmen/three-wtm).
- Introduction of potentially Infinite running `WorkerTaskManager` example `wtm_potentially_infinite.html`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ If you want to get started see take a look at the following examples. They get m

## Main Branches

Main development now takes place on branch [dev](https://github.com/kaisalmen/WWOBJLoader/tree/dev).
Main development now takes place on branch [main](https://github.com/kaisalmen/WWOBJLoader/tree/main).
<br>
The stable branch contains the release versions available with three.js is available on branch [stable](https://github.com/kaisalmen/WWOBJLoader/tree/stable).
The [stable](https://github.com/kaisalmen/WWOBJLoader/tree/stable) branch contains the release versions.

## Docs
Run `npm run doc` to create the documentation in directory **build/docs**.
Expand Down
Loading

0 comments on commit b8fcd04

Please sign in to comment.