Skip to content

Releases: agilgur5/physijs-webpack

v0.1.4

25 Nov 03:59
Compare
Choose a tag to compare

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

v0.1.3

23 Jul 23:16
Compare
Choose a tag to compare

Release

(pub): publish v0.1.3

- no actual API surface changes
- 1 breaking-ish, non-API change as the License has changed
  - previously was MIT in package.json and no LICENSE file
    - for reference, Physijs is MIT, and physijs-browserify is ISC
  - now under Apache 2.0 and has LICENSE file
    - I prefer Apache and use it in all my other libraries, though am
      open to changing it back if discussion reveals this as a problem
      - they are similar enough, so I don't expect there to be and
        therefore released as patch

- some other minor packaging changes:
  - author: handle -> name
  - adds CHANGELOG.md (and changelog script)

- internal improvements
  - adds a webpack test
  - adds Travis CI support
  - updates devDeps

Changelog

  • [061aac1696] - (pub): publish v0.1.3 (Anton Gilgur)
  • [19bf9685ff] - (pkg): add script to generate changelog for each release (Anton Gilgur)
  • [3d8a1e662b] - (security): run npm audit fix on devDeps (Anton Gilgur)
  • [fa3c6eab6e] - (deps): auto-update package-lock.json (Anton Gilgur)
  • [1ef1e3a4d3] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur)
  • [18cb417796] - (license): re-license under Apache and add a LICENSE file (Anton Gilgur)
  • [f7b2487d1c] - (pkg): change author to my name instead of handle (Anton Gilgur)
  • [be975431b0] - (pkg): reorder package.json fields (Anton Gilgur)
  • [da7fdf8b0f] - (docs): vertically condense badges by reducing spacing (Anton Gilgur)
  • [0f7fbe6751] - (docs): add comments for what the badge sections are (Anton Gilgur)
  • [b236d1d78b] - (docs): add a Travis CI build badge (Anton Gilgur)
  • [2ad3d8b33b] - (ci): add Travis CI support (Anton Gilgur)
  • [b513fe55a4] - (test): run tests together in test script (Anton Gilgur)
  • [833db41071] - (test): add a similar webpack test as well (Anton Gilgur)

v0.1.2...v0.1.3

v0.1.2

14 Jun 03:52
Compare
Choose a tag to compare

Release

(pub): publish v0.1.2

  • patch fix for browserify integration

Changelog

  • [7c43d10e72] - (pub): publish v0.1.2 (Anton Gilgur)
  • [7c644af9f2] - (package): whitelist files to package (Anton Gilgur)
  • [1b5b9cf458] - (test): add first test for browserify (Anton Gilgur)
  • [62a38fc979] - (test): setup test harness for browserify (Anton Gilgur)
  • [80b38297e3] - (env): add a .gitignore (in preparation for adding tests) (Anton Gilgur)
  • [d6421bd996] - (format): fix some incorrect spacing in package.json (Anton Gilgur)
  • [e5686ca621] - (fix): resolve incorrect browserify integration (Anton Gilgur)

v0.1.1...v0.1.2

v0.1.1

24 Feb 01:13
Compare
Choose a tag to compare

Release

(pub): publish v0.1.1

  • just a change to the NPM package description

Changelog

54d9eab (pub): publish v0.1.1
80ccc5f (pub): change NPM package description

v0.1.0...v0.1.1

v0.1.0

24 Feb 00:53
Compare
Choose a tag to compare

Initial working release