- fix for underscore character support
- give commonjs build a .cjs extension
- fix empty-array runtime error on unpack
- point package 'main' at ./src/index.js for tree-shaking
- remove babel dependency
- use .js for cjs builds
- use .cjs for commonjs file
- support es modules exports
- remove mapfile
- update deps
pack now returns a flat string, instead of an object. This avoids all the quoting/encoding and stuff the JSON was doing. Breaking-change.
fixes reserved-word issue in firefox for 'watch'
- adds support for object inputs, instead of just arrays