Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 793 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 793 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.5.0 - 2018-08-31

  • Use Babel 7 to transpile code before passing to JSDOC

0.4.0 - 2018-03-06

  • Added code to preserve line numbers (#85)
  • Update dependencies

0.3.0 - 2016-12-07

  • Inject file name into babel transformer to enable .babelrc file resolution

0.2.1 - 2016-06-30

  • Move Babel to peer dependencies

0.2.0 - 2016-05-29

  • Use code linter and unit tests to verify code quality
  • Setup continuous integration with Travis CI.
  • Use Babel 6 to transpile code before passing to JSDOC
  • Refactor project source code to use ES6 syntax

0.1.0 - 2015-06-27

  • Use Babel 5 to transpile code before passing to JSDOC