sfm-js/CHANGELOG.md

35 lines
669 B
Markdown
Raw Normal View History

2021-09-30 01:24:12 +00:00
<!--
## 0.x.x (unreleased)
2021-08-15 15:18:43 +00:00
2021-09-30 01:24:12 +00:00
### :sparkles: Improvements
### :gem: Features
### :bug: Bugfixes
-->
## 0.20.0 (unreleased)
### :sparkles: Improvements
2021-09-30 01:29:32 +00:00
- Add a property to the URL node indicating whether it was enclosed in `<>`. (#69)
- Disallows `<` and `>` in hashtags. (#74)
2021-09-30 01:24:12 +00:00
- Mentions in the link label are parsed as text. (#66)
### :gem: Features
2021-09-30 01:29:32 +00:00
- Add tag syntaxes of bold and strikethrough. (#76)
2021-09-30 01:24:12 +00:00
## 0.19.0
npm: https://www.npmjs.com/package/mfm-js/v/0.19.0
### :sparkles: Improvements
2021-09-30 01:31:08 +00:00
- Ignores a blank line after quote lines. (#61)
2021-09-30 01:24:12 +00:00
## 0.18.0
npm: https://www.npmjs.com/package/mfm-js/v/0.18.0
### :sparkles: Improvements
- Twemoji v13.1 is supported.