- Fix package entry points
- Package admin
- Fix build
- Convert package to ESM, add
pkg.exports
(#16)
- Handle overflow cases (#9)
- Rewrite in TypeScript, include definitions in package (#6)
- Add LICENSE to npm package
- Expose
pkg.module
, notjsnext:main
- Performance boost - vlq no longer checks that you've passed a number or an array into
vlq.encode()
, making it significantly faster
- Author as ES6 module, accessible to ES6-aware systems via the
jsnext:main
field inpackage.json
- First release