v2.0.0
CHANGELOG
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).