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]
[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).