# Changelog
  * `2.0.0-alpha.4`:
    * Fix hash collision (see issue #8)
    * Update mocha (dev dependency)
  * `2.0.0-alpha.3`: Remove `.github` files from `npm`.
  * `2.0.0-alpha.2`: Use GitHub Actions instead of Travis CI.
  * `2.0.0-alpha.1`: Use `JSON.stringify()` for all serializations (2x faster than before!)
  * `1.0.1`: Fix the delimeter problem once and for all! (see issue #7)
  * `1.0.0`: Fix hash collision cases (see issue #6)
  * `0.1.4`: Improve performance by replacing `map`s with `for`s
  * `0.1.3`: Add benchmarks
  * `0.1.2`: Add `.npmignore` to avoid local test files
  * `0.1.1`: Fixed typo in README (Version update required for `npm publish`)
  * `0.1.0`: Minimum viable product
