tiny-binary-search
Version:
Very small binary search index implimentation.
29 lines (17 loc) • 769 B
Markdown
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [1.0.3]
* cleaned up npm tarball and started exposing `pkg.module` for downstream ES dependents.
## [1.0.2]
* Fix bug with the last item not existing in the index when calling `between`.
* Add additional tests.
## [1.0.1]
* Fix Build
## 1.0.0
* First Release
[Unreleased]: https://github.com/patrickarlt/tiny-search-index/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/patrickarlt/tiny-search-index/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/patrickarlt/tiny-search-index/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/patrickarlt/tiny-search-index/compare/v1.0.0...v1.0.1