All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Correctly log object keys #1
- Specify files to be included in published version, v1.0.1 contained cache, which contains, a now revoked, npm authentication token.
- Added a changelog.
- Removed
underscore
dependency which was used only in the tests.
This version should be a drop-in replacement for binary-search-tree@0.2.6
provided you use modern browsers / versions of Node.js since ES6 features are
now used (such as class
and const
/ let
).
- Update
homepage
&repository
fields in thepackage.json
- New maintainer seald and new package name @seald-io/binary-search-tree ;
- Added
lockfileVersion: 2
package-lock.json
; - Modernized some of the code with ES6 features (
class
,const
&let
); - Uses
standard
to lint the code (which removes all unnecessary semicolons); - Updated dependencies;
- Compatibility with old browsers and old version of Node.js that don't support ES6 features.
- This version no longer
uses a vulnerable version of
underscore
.
See original repo