1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# changelog
## 2.0.3-4
- Fix package entry points
## 2.0.2
- Package admin
## 2.0.1
- Fix build
## 2.0.0
- Convert package to ESM, add `pkg.exports` ([#16](https://github.com/Rich-Harris/vlq/pull/16))
## 1.0.1
- Handle overflow cases ([#9](https://github.com/Rich-Harris/vlq/pull/9))
## 1.0.0
- Rewrite in TypeScript, include definitions in package ([#6](https://github.com/Rich-Harris/vlq/pull/6))
## 0.2.3
- Add LICENSE to npm package
## 0.2.2
- Expose `pkg.module`, not `jsnext:main`
## 0.2.1
- Performance boost - vlq no longer checks that you've passed a number or an array into `vlq.encode()`, making it significantly faster
## 0.2.0
- Author as ES6 module, accessible to ES6-aware systems via the `jsnext:main` field in `package.json`
## 0.1.0
- First release
|