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
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
2022-05-22 02:44:40 +00:00
|
|
|
|
## 0.22.1
|
|
|
|
|
|
|
|
|
|
npm: https://www.npmjs.com/package/mfm-js/v/0.22.1
|
|
|
|
|
|
|
|
|
|
### Improvements
|
|
|
|
|
- Removes a unnecessary built file
|
|
|
|
|
|
2022-05-21 11:03:54 +00:00
|
|
|
|
## 0.22.0
|
|
|
|
|
|
2022-05-21 11:16:18 +00:00
|
|
|
|
npm: https://www.npmjs.com/package/mfm-js/v/0.22.0
|
|
|
|
|
|
2022-05-21 11:03:54 +00:00
|
|
|
|
### Features
|
|
|
|
|
- Unicode emoji supports Unicode 14.0 emoji (#109)
|
|
|
|
|
|
|
|
|
|
### Improvements
|
2022-05-21 11:16:18 +00:00
|
|
|
|
- `()` pair is available on outside the hashtag (#111)
|
2022-05-21 11:03:54 +00:00
|
|
|
|
- Changes specs the center tag and strike (#108, 100fb0b)
|
|
|
|
|
- Improves link label parsing (#107)
|
|
|
|
|
|
2022-05-22 02:27:27 +00:00
|
|
|
|
### Bugfixes
|
|
|
|
|
- If there is a `[]` pair before the link, it will be mistakenly recognized as a part of link label. (#104)
|
|
|
|
|
|
2022-01-11 12:29:09 +00:00
|
|
|
|
## 0.21.0
|
|
|
|
|
|
|
|
|
|
npm: https://www.npmjs.com/package/mfm-js/v/0.21.0
|
2021-10-14 11:39:26 +00:00
|
|
|
|
|
2022-01-09 08:13:52 +00:00
|
|
|
|
### Features
|
2022-01-11 12:13:13 +00:00
|
|
|
|
- Supports nestLimit option. (#87, #91)
|
2022-01-09 08:13:52 +00:00
|
|
|
|
|
2022-01-09 16:12:10 +00:00
|
|
|
|
### Improvements
|
2022-01-09 16:13:10 +00:00
|
|
|
|
- Improve generation of brackets property of url node.
|
2022-01-09 16:12:10 +00:00
|
|
|
|
|
2021-10-14 11:39:26 +00:00
|
|
|
|
### Bugfixes
|
|
|
|
|
- Fix the Link node of the enclosed in `<>`. (#84)
|
2022-01-09 16:12:10 +00:00
|
|
|
|
- Fix parsing of the link label.
|
2021-10-14 11:39:26 +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.
|