Skip to content
Snippets Groups Projects
CHANGELOG.md 1.9 KiB
Newer Older
marihachi's avatar
marihachi committed
<!--
## 0.x.x (unreleased)
syuilo's avatar
syuilo committed

marihachi's avatar
marihachi committed
### Features
marihachi's avatar
marihachi committed

marihachi's avatar
marihachi committed
### Improvements
marihachi's avatar
marihachi committed

marihachi's avatar
marihachi committed
### Changes

### Bugfixes
marihachi's avatar
marihachi committed

-->

marihachi's avatar
marihachi committed
## 0.x.x (unreleased)
### Features
- Supports whitelisting of emoji code names. (#130)

syuilo's avatar
syuilo committed
## 0.23.1
### Improvements
- improve emoji code parsing

marihachi's avatar
marihachi committed
## 0.23.0

### Features
- Add Plain syntax (#101)

### Improvements
- The parser is now implemented in TypeScript! 🎉 (#92)
- Disable all syntax when nesting limited (#90)

### Changes
- Rename existing plain series (#113):
  - parsePlain -> parseSimple
  - MfmPlainNode -> MfmSimpleNode

marihachi's avatar
marihachi committed
### Bugfixes
- Fix a bug that allows line breaks in link label (#115)

marihachi's avatar
marihachi committed
## 0.22.1

### Improvements
- Removes a unnecessary built file

marihachi's avatar
marihachi committed
## 0.22.0

### Features
- Unicode emoji supports Unicode 14.0 emoji (#109)

### Improvements
marihachi's avatar
marihachi committed
- `()` pair is available on outside the hashtag (#111)
marihachi's avatar
marihachi committed
- Changes specs the center tag and strike (#108, 100fb0b)
- Improves link label parsing (#107)

marihachi's avatar
marihachi committed
### Bugfixes
- If there is a `[]` pair before the link, it will be mistakenly recognized as a part of link label. (#104)

marihachi's avatar
marihachi committed
## 0.21.0

marihachi's avatar
marihachi committed
### Features
marihachi's avatar
marihachi committed
- Supports nestLimit option. (#87, #91)
marihachi's avatar
marihachi committed

marihachi's avatar
marihachi committed
### Improvements
marihachi's avatar
marihachi committed
- Improve generation of brackets property of url node.
marihachi's avatar
marihachi committed

marihachi's avatar
marihachi committed
### Bugfixes
- Fix the Link node of the enclosed in `<>`. (#84)
marihachi's avatar
marihachi committed
- Fix parsing of the link label.
marihachi's avatar
marihachi committed

marihachi's avatar
marihachi committed
## 0.20.0

marihachi's avatar
marihachi committed
### Features
marihachi's avatar
marihachi committed
- Add tag syntaxes of bold `<b></b>` and strikethrough `<s></s>`. (#76)
marihachi's avatar
marihachi committed
- Supports whitelisting of MFM function names. (#77)

### Improvements
marihachi's avatar
marihachi committed
- Mentions in the link label are parsed as text. (#66)
marihachi's avatar
marihachi committed
- Add a property to the URL node indicating whether it was enclosed in `<>`. (#69)
- Disallows `<` and `>` in hashtags. (#74)
marihachi's avatar
marihachi committed
- Improves security.
marihachi's avatar
marihachi committed

marihachi's avatar
marihachi committed
### Changes
- Abolished MFM function v1 syntax. (#79)

marihachi's avatar
marihachi committed
## 0.19.0

marihachi's avatar
marihachi committed
### Improvements
marihachi's avatar
marihachi committed
- Ignores a blank line after quote lines. (#61)
marihachi's avatar
marihachi committed

## 0.18.0

marihachi's avatar
marihachi committed
### Improvements
marihachi's avatar
marihachi committed
- Twemoji v13.1 is supported.
marihachi's avatar
marihachi committed

## 0.17.0

### Improvements
marihachi's avatar
marihachi committed
- Improves syntax of inline code.
- Improves syntax of url.
- Improves syntax of hashtag.