Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 758 Bytes

Vers Change Log

This project adheres to Semantic Versioning.

Nothing yet!

v1.0.0 - 2017-11-02

Changed

  • Breaking: Vers must now be instantiated with the new keyword, and cannot be invoked as a function to get an instance
  • Increased organization and readability in pathfinding algorithm
  • Style updated to Standard JS
  • Code updated to ES6; moved to class syntax, arrow functions, and removed bind calls

Removed

  • Gulp build process
  • All frontend build processes from the development branch. Webpack has won.

v0.1.0 - 2015-06-04

Added

  • Initial release