Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 4.45 KB

CHANGELOG.md

File metadata and controls

77 lines (52 loc) · 4.45 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • chore(package): add homepage #31
  • chore: update readme and package.json #30
  • chore(package): update deps and remove homepage #29
  • chore(package): update details #27

26 September 2020

  • chore(release): v0.4.2 #25
  • feat(husky): added husky for pre-commit hook validations #24
  • chore(package): update deps #23

19 August 2020

  • release: 0.4.1 #21
  • bug: fixed config folder not found issue #20

19 August 2020

  • release: 0.4.0 #18
  • chore: improved README #17
  • feat(algorithm): added depth-first search #16
  • feat(styling): added max-width to the main container #14
  • Feat/update app title #13
  • removed unused files 18512f6
  • chore: improved README feat/improve-readme 448ea53
  • release: version 0.4.0 f12f3f8

11 August 2020

  • release: v0.3.0 #9
  • feat: improved UI #8
  • bumped version to 0.3.0 1d3796e

10 August 2020

  • bumped version to 0.2.1 #7
  • Rename LICENSE to LICENSE.md #6
  • Create LICENSE #5
  • bumped version to 0.2.0 #4
  • Rename LICENSE.md to LICENSE 8a89ae4

10 August 2020

  • bumped version to 0.2.0 #3
  • feat(A-star): added heuristics and diagonal search support #2
  • feat(a-star): added heuristics ffd1ba5
  • feat(a-star): added diagonal search support 409d056
  • feat(A-start): added more heuristics 1a7367f

v0.1.0

9 August 2020

  • updated README.md #1
  • initial commit c133931
  • Initialize project using Create React App 64059ce
  • added BFS and A-star algorithms and did some refactoring 72ba0c5