Skip to content

Commit 7d3cd09

Browse files
Updated changelog
1 parent f38473d commit 7d3cd09

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.3 (2021-04-13)
4+
5+
### Fixed
6+
7+
- `isEmptyBackreference`: Fixed stack overflow for circular nested backreferences.
8+
9+
### Changed
10+
11+
- `is{Empty,Strict}Backreference`: More efficient implementation.
12+
- `hasSome{Ancestor,Descendant}`: Node can now be given to the functions instead of condition functions.
13+
- `getClosestAncestor`: The return type is now stricter and exported as `ClosestAncestor<A, B>`.
14+
15+
316
## 0.1.2 (2021-04-12)
417

518
### Fixed

0 commit comments

Comments
 (0)