Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@kylefarris kylefarris released this 07 Oct 18:17
· 2 commits to master since this release

Version v3.0.0

TL;DR

There are no breaking changes, per se. The code syntax was changed to ES6 syntax. None of the APIs have changed--everything should continue to work as normal as long as your machine supports ES6 syntax.

Clean-Up / Modernization

  • Code has been rewritten in ES6 syntax
  • Configs have been added to the source for prettier and eslint
  • Code has been linted using ESLint AirBnB standards
  • All methods now have JSDocs
  • DS_Store is now ignored in gitignore
  • Updated dependencies
  • Note added to HISTORY file to inform users that version info should be found on Github's version page for this repo.

Bug Fixes

  • Ordered and un-ordered list should have 3 spaces instead of 2 (thank you aarbanas)
  • Tests for conversion to HTML are now written (thank you aarbanas)