Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 791 Bytes

changelog.md

File metadata and controls

32 lines (22 loc) · 791 Bytes

Changelog

The format is based on Keep a Changelog, and this project tries, it really tries, to adhere to Semantic Versioning.

[2.0.0] - 2020-08-19

Removed

  • dist/tree.cjs.js.
  • jsdoc and jsdoc-to-markdown, and jasmine dev dependencies.
  • npm script labelled doc.
  • doc/ and src/ directories.

Added

  • This changelog file.
  • ESM version has been added to dist/.
  • The abiliity to store objects as properties of each instance.

[1.1.1] - 2020-08-13

Added

  • Remove semantic-release script from package.json.

[1.1.0] - 2020-08-13

Added

  • Tree.prototype.has() predicate method.

[1.0.0] - 2020-08-12

Added

  • All files. This is the initial release.