mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 14:05:13 +00:00
0.23.3
This commit is contained in:
parent
08cb023e9d
commit
c7b6579e69
2 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,11 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## 0.23.3
|
||||||
|
- tweak fn parsing
|
||||||
|
- fnNameList option removed
|
||||||
|
- emojiCodeList option removed
|
||||||
|
|
||||||
## 0.23.2
|
## 0.23.2
|
||||||
### Features
|
### Features
|
||||||
- Supports whitelisting of emoji code names. (#130)
|
- Supports whitelisting of emoji code names. (#130)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mfm-js",
|
"name": "mfm-js",
|
||||||
"version": "0.23.2",
|
"version": "0.23.3",
|
||||||
"description": "An MFM parser implementation with TypeScript",
|
"description": "An MFM parser implementation with TypeScript",
|
||||||
"main": "./built/index.js",
|
"main": "./built/index.js",
|
||||||
"types": "./built/index.d.ts",
|
"types": "./built/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue