UNPKG

tiny-tree

Version:

Efficient, no-dependency b-tree and binary search tree for node or the browser

39 lines (29 loc) 938 B
# Changelog All notable changes to this project are documented here. ## [0.3.0] - 4/22/2021 ### Fixed - Changed build to work better across different node versions ### Changed - bundling now uses rollup, which avoids some limitations in esbuild. - minor improvements to documentation ## [0.2.1] - 4/22/2021 ### Changed - Updated documentation. No functional changes. ## [0.2.0] - 4/15/2021 ### Added - ES6 module format ### Changed - All files use ES6 modules for development. - Changelog uses [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. - Bundling uses esbuild instead of browserify. This should be transparent. - CJS module for node is included for backward compatibility, and it is created by transpiling. ## [0.1.2] ### Changed - Improved build to avoid potential error on first install ## [0.1.1] ### Added * Project includes a changelog ### Changed * Updated documentation ## [0.1.0] * Initial release