v0.14.3
v0.14.2
- Improve copy performance
 - Bind text encoder to instance
 - Update deps
 
v0.14.1
- Avoid unnecessary type checks
 - Format ts
 - Fix warning
 
v0.14.0
- Use js private properties
 - Fix buffersource conversions
 - Move to typescript
 - Reorder bench results
 
v0.13.0
- Prefer url over urlFriendly
 - Line length 80
 - Add types
 - Update bin
 - Update README.md
 
v0.12.0
- Update todos in readme
 - Add src to package
 
v0.11.0
- Accept all buffer sources
 
v0.10.0
v0.9.0
- Update ghaction
 - Fix npm files
 
v0.8.0
v0.7.0
- Fix build
 - Create changelog automagically
 - Move script to bin
 - Update build
 - Remove gpr
 
v0.6.0
- Update CHANGELOG.md
 - Fix require~~
 - Update README.md
 
v0.5.0
- Update README
 - Improve bench
 - Serve different ES versions
 
v0.4.0
- Update build
 - Make instantiate private
 - Add bytes/sec
 - Decode wasm string only once
 - Make WASM optimization optional
 - Fix url friendly encoding
 - Compile w/ babel
 - Remove newlines from inline b64
 - Omit padding for url friendliness
 
v0.3.0
- Create npm-publish.yml
 - Add docs folder
 
v0.2.0
v0.1.0
- Update README.md
 - Change name
 - Update license
 - Update package.json
 - Remove setter
 - Recompile wasm
 - Update docs
 - Add types
 - Recover from WASM init error
 - use getter/setter for urlFriendly
 - Don’t force 
globalThis - Update index.js
 - Update scripts
 - Auto initialize
 - Add licenses
 - Refactor
 - Only initialize WASM on demand
 - Formatting
 - Use JS implementation until WASM is initialized
 - Simplify
 - Update
 - Remove jsdoc from internal functions
 - Remove promises
 - Fix JS impl
 - Limit line length
 - Add benchmark
 - Rearrange things
 - Add wasm tests
 - Add URL-friendly base64 support
 - Refactor
 - Fix memory reuse bug
 - Use default stack size
 - Add wasm
 - Accept BufferSource
 - Add aliases
 - 1.0.2
 - Fix build script
 - 1.0.1
 - Add benchmarks
 - Preallocate arrays
 - Update package.json
 - 1.0.0
 - Update
 - Set version
 - Add module to package.json
 - Remove unnecessary use strict
 - Rename to index.js
 - Initial commit