Skip to content

Releases: kylefarris/J2M

v3.0.0

07 Oct 18:17
Compare
Choose a tag to compare

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)

v2.1.1

29 Jul 16:28
Compare
Choose a tag to compare
  • Updated to latest dependencies

v2.0.3

29 Jul 16:29
Compare
Choose a tag to compare

Fixed a bug where dashes were being converted to strike throughs in situations they shouldn't have been. Before the fix, the string "ABC-1234 and DEF-5678" would have been converted to (HTML): "ABC1234 and DEV5678" or (Markdown): "ABC1234 and DEV5678" which is invalid. After the fix, no strikethroughs will be added to the converted output unless there is at least 1 space before the first dash (or double tilde) and after the last dash (or double tilde).

v2.0.2

29 Jul 16:29
Compare
Choose a tag to compare

Fixed a bug in how titled code blocks were rendered

v2.0.0

29 Jul 16:29
Compare
Choose a tag to compare

Removed citations due to a bug

v1.5.0

29 Jul 16:30
Compare
Choose a tag to compare
  • Additional features added: tables and panels.
  • Color is now stripped when converting from jira to markdown as standard markdown does not support color.

v1.4.0

29 Jul 16:31
Compare
Choose a tag to compare

Initial public release