Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 25 Nov 03:59

Release

(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

Changelog

  • [713f6a9e7e] - (pub): v0.1.4 -- optimization docs & internal refactoring (Anton Gilgur)
  • [06f65d4748] - (refactor/docs): split out bundler perf optimizations (Anton Gilgur)
  • [f292580df9] - (docs): add a section on bundler performance optimizations (Anton Gilgur)
  • [bdf5e4a169] - (docs): add a README describing physijs changes (Anton Gilgur)
  • [ac3f5eedb1] - (fix): resolve incorrect browserify noParse config (Anton Gilgur)
  • [41a9963954] - (refactor): move build configs into test/build-config/ (Anton Gilgur)
  • [f1378c0f5e] - (refactor): move test files into test/ (Anton Gilgur)
  • [efcdaf175a] - (refactor): move test-utils/ test/utils/ (Anton Gilgur)
  • [ea682a5ded] - (optim): don't parse ammo, keep three external (Anton Gilgur)
  • [1cc5f7cd44] - (env/refactor): split out webpack and browserify config (Anton Gilgur)
  • [6536147654] - (docs/fix): only report build status for master branch (Anton Gilgur)
  • [6fd58ec640] - (fix/pkg): use https instead of git@ for repository field (Anton Gilgur)

v0.1.3...v0.1.4