Skip to content

Commit 713f6a9

Browse files
committed
(pub): v0.1.4 -- optimization docs & internal refactoring
no API surface changes - the physijs code (physi.js, physijs_worker.js, and vendor/ammo.js) has all been moved from app root to physijs/ - usage of the internal physijs code was not supported or documented before, but if you were somehow relying on that, it has now changed docs improvements - adds a Bundler Performance Optimizations doc that mainly details how one may use the `noParse` config on `ammo` to speed up build times - adds a README to the physijs code to more explicitly describe what kinds of modifications were made to it to work for our use case - only reports master branch's build status in app root README internal improvements - optimizes test bundle speed with the `noParse` option - reorganizes code into directories to declutter app root - splits out the test build config from package.json scripts into their own config files - fixes changelog issues with the package.json repository field format
1 parent 06f65d4 commit 713f6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "physijs-webpack",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "PhysiJS port for bundlers with out-of-the-box support for Webpack and Browserify",
55
"main": "webpack.js",
66
"files": [

0 commit comments

Comments
 (0)