- looks like some bad input could generate negative numbers, which when passed to `_encode` would crash because it can't handle those <https://github.com/ivanakimov/hashids.js/issues/34> _NOTE:_ do not use `1.1.3`, it wasn't re-built
1.1.2
- fixed issue with sourceMappingURL in hashids.min.js ([PR 38](https://github.com/ivanakimov/hashids.js/pull/38)) - added `package-lock.json`
1.1.1
- Enforce stricter integer parsing on encode function ([PR 24](https://github.com/ivanakimov/hashids.js/pull/24)) - Moved source from `hashids.js` to `lib/hashids.js` - Minor `README.md` cleanup