All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.0.2 - 2023-06-03
- Support for multiline quote without
>>>
. (Issue: #38)
3.0.1 - 2023-04-15
- Fix
package.json#exports
field hasdefault
condition at incorrect place (Issue: #36).
3.0.0 - 2022-11-06
- Shipped code has been changed from ES2015 to ES2021. Node.js >=16 is required.
- ESM builds.
- Export
NodeBase
interface.
2.0.2 - 2022-10-31
- Parse bold formatting properly with various punctuation suffixes (PR: #35).
- Removed unnecessary files from published tarball (557cf72).
- Change TypeScript typing for the return type of
parse
function fromNode
toRoot
. SinceNode
has been includingRoot
, this is breaking only when you obtainNode
interface type by inferencing the return type ofparse
function. (PR: #27).
- Add
source
property to all node types (Issue: #29).
- Add more disallowed characters to emoji regex (PR: #28).