Skip to content

Files

Latest commit

8096f7c · Aug 23, 2019

History

History
128 lines (77 loc) · 3.11 KB

File metadata and controls

128 lines (77 loc) · 3.11 KB

Changelog

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.

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(tree-rotations): prevent losing nodes commit

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(queue): runtime error commit
  • fix(book): remove lorem ipsum commit
  • docs(book): improve grammar

[1.2.3]

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(linkedlist): removeFirst's last reference commit

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • Optimize NPM package

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(linked-list): insert in the middle bug commit
  • Various docs fixes.

1.2.0 - 2019-04-04

Breaking changes (major)

New Features (minor)

  • Added Eslint and Travis ci

Fixes (patch)

  • Readme improvements
  • Badges for npm versions and build status

1.1.0 - 2019-03-29

Added

  • README.md added because NPM packages doesn't read README.adoc
  • Public API to use the package dsa.js
  • This changelog

Changed

  • Updated dependencies (removed lodash since is not needed)

Removed

1.0.0 - 2019-03-29

Added

  • Started the project
  • Book released
  • npm package published

Changed

Removed