Skip to content

Commit

Permalink
Updated overall version to 2.1.2. Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 26, 2017
1 parent 519dce2 commit 4680bbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.2
- Added onLoadMaterials allowing alteration of materials when they have been loaded
- Issue #21 Part2: Fixed new mesh detection (offset and not) solely relies on 'v' and 'f' occurrences. 'o' and 'g' are meta information, that no longer drive the decision
- Example WWOBJLoader2Stage: Added validity checks to ZipTools
- Fixed worker code generated from minified version is broken

## 2.1.1
- Issue #21: Fixed 'o' or 'g' declaration lead to early cleanup of stored vertex data
- WorkerSupport: Added worker payloads "imageData" and "error"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "wwobjloader2",
"version": "2.1.1",
"version": "2.1.2",
"versions": {
"loader_obj2": "2.1.1",
"loader_obj2": "2.1.2",
"loader_worker_director": "2.0.0",
"loader_worker_support": "1.1.1",
"loader_builder": "1.1.0"
"loader_builder": "1.1.1"
},
"description": "New OBJLoader utilizing web worker for three.js",
"main": "build/OBJLoader2.js",
Expand Down

0 comments on commit 4680bbf

Please sign in to comment.