Releases: kylefarris/J2M
v3.0.0
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
v2.1.1
- Updated to latest dependencies
v2.0.3
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
Fixed a bug in how titled code blocks were rendered
v2.0.0
Removed citations due to a bug
v1.5.0
- 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
Initial public release