This project adheres to Semantic Versioning.
2.2.2 (2021-03-06)
- declare MIT licence in package.json (ea7d28b)
2.2.1 (2021-03-06)
- licence: re-license under MIT (050926e)
2.2.0 (2020-07-06)
- support escaping delimiters with a backslash (54fc12f)
- support nested keystroke tags (074f7f0), closes #95
2.1.0 (2020-07-06)
- only require Node.JS >= 6 (75fece5)
- publish Typescript types (ce9ac56)
2.0.0 (2018-11-29)
- Deprecate Node.JS 4 and require Node.JS >= 6
- Update all packages and eliminate dependency versions with known security issues
1.1.1 (2017-11-22)
- Fix for the death loop that occurred if an opening tag was present without a following line break or closing tag (thanks to yamash723!)
1.1.0 (2017-01-03)
- Compatibility to
markdown-it-attrs
1.0.0 (2016-11-06)
- Initial release.