sfm-js/CHANGELOG.md

53 lines
979 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-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
-->
2021-10-02 01:34:57 +00:00
## 0.20.0
npm: https://www.npmjs.com/package/mfm-js/v/0.20.0
2021-09-30 01:24:12 +00:00
2021-10-02 01:02:15 +00:00
### Features
2021-10-02 01:50:56 +00:00
- Add tag syntaxes of bold `<b></b>` and strikethrough `<s></s>`. (#76)
2021-10-02 01:02:15 +00:00
- 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
2021-10-02 01:09:19 +00:00
npm: https://www.npmjs.com/package/mfm-js/v/0.17.0
2021-10-02 01:05:51 +00:00
### Improvements
2021-10-02 01:09:19 +00:00
- Improves syntax of inline code.
- Improves syntax of url.
- Improves syntax of hashtag.