v0.1.3
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 intest
script (Anton Gilgur) - [
833db41071
] - (test): add a similar webpack test as well (Anton Gilgur)