Changelog
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.
Unreleased
3.0.0 - 2022-11-06
Changed
- Shipped code has been changed from ES2015 to ES2021. Node.js >=16 is required.
Added
- ESM builds.
- Export
NodeBaseinterface.
2.0.2 - 2022-10-31
Fixed
- Parse bold formatting properly with various punctuation suffixes (PR: #35).
[2.0.1] - 2022-03-13
Fixed
- Removed unnecessary files from published tarball (557cf72).
[2.0.0] - 2022-03-13
Changed
- Change TypeScript typing for the return type of
parsefunction fromNodetoRoot. SinceNodehas been includingRoot, this is breaking only when you obtainNodeinterface type by inferencing the return type ofparsefunction. (PR: #27).
[1.1.0] - 2021-05-25
Added
- Add
sourceproperty to all node types (Issue: #29).
[1.0.7] - 2020-12-10
Fixed
- Add more disallowed characters to emoji regex (PR: #28).