All notable changes to avl-bst
will be documented in this file. The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Replaced deprecated Subpath folder mappings with Subpath patterns in package.json.
0.2.1 (2021-04-27)
- Added dedicated module entry point for CommonJS environments.
- Added
"exports"
definitions in package.json. - Added UMD bundle pointers for CDN services.
0.2.0 (2021-04-25)
- method
IAVLTree.isEmpty()
- method
IAVLTree.size()
0.1.1 (2021-04-25)
- Renamed UMD bundle names to match the npm package name.
- package.json path to type declarations.
0.1.0 (2021-04-25, initial release)
Initial version featuring the basic BST operations:
- Insert values
- Search values
- Traverse tree
- Delete values