2021-09-30 01:24:12 +00:00
|
|
|
<!--
|
|
|
|
## 0.x.x (unreleased)
|
2021-08-15 15:18:43 +00:00
|
|
|
|
2021-10-02 01:02:15 +00:00
|
|
|
### Features
|
2021-09-30 01:24:12 +00:00
|
|
|
|
2021-10-02 01:02:15 +00:00
|
|
|
### Improvements
|
2021-09-30 01:24:12 +00:00
|
|
|
|
2021-10-02 01:02:15 +00:00
|
|
|
### Changes
|
|
|
|
|
|
|
|
### Bugfixes
|
2021-09-30 01:24:12 +00:00
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
## 0.20.0 (unreleased)
|
|
|
|
|
2021-10-02 01:02:15 +00:00
|
|
|
### Features
|
|
|
|
- Add tag syntaxes of bold and strikethrough. (#76)
|
|
|
|
- Supports whitelisting of MFM function names. (#77)
|
|
|
|
|
|
|
|
### Improvements
|
2021-10-02 00:31:55 +00:00
|
|
|
- Mentions in the link label are parsed as text. (#66)
|
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-10-01 11:01:36 +00:00
|
|
|
- Improves security.
|
2021-09-30 01:24:12 +00:00
|
|
|
|
2021-10-02 00:31:55 +00:00
|
|
|
### Changes
|
|
|
|
- Abolished MFM function v1 syntax. (#79)
|
|
|
|
|
2021-09-30 01:24:12 +00:00
|
|
|
## 0.19.0
|
|
|
|
|
|
|
|
npm: https://www.npmjs.com/package/mfm-js/v/0.19.0
|
|
|
|
|
2021-10-02 01:02:15 +00:00
|
|
|
### 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
|
|
|
|
|
2021-10-02 01:02:15 +00:00
|
|
|
### Improvements
|
2021-09-30 01:24:12 +00:00
|
|
|
- Twemoji v13.1 is supported.
|
2021-10-02 01:05:51 +00:00
|
|
|
|
|
|
|
## 0.17.0
|
|
|
|
|
|
|
|
npm: https://www.npmjs.com/package/mfm-js/v/0.17.0
|
|
|
|
|
|
|
|
### Improvements
|
|
|
|
- Parser: Improve syntax of inline code.
|
|
|
|
- Parser: Improve syntax of url.
|
|
|
|
- Parser: Improve syntax of hashtag.
|