Skip to content

Commit fae4c61

Browse files
Updated changelog
1 parent 89c1573 commit fae4c61

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

3+
## 0.5.1 (2022-04-18)
4+
5+
### Fixed
6+
7+
- Fixed `getLongestPrefix` not caching correctly.
8+
9+
310
## 0.5.0 (2022-04-18)
411

512
### Breaking
@@ -11,13 +18,15 @@
1118
- Added `isLengthRangeMinZero` function that is equivalent to `getLengthRange(e).min === 0` but implemented more efficiently.
1219
- Added `onlyInside` option for `getLongest` function.
1320

21+
1422
## 0.4.1 (2022-04-17)
1523

1624
### Improved
1725

1826
- `canReorder` can now prove more alternatives to be safe to reorder.
1927
- `canReorder` will now create a cache if none is provided.
2028

29+
2130
## 0.4.0 (2022-04-16)
2231

2332
### Breaking
@@ -30,6 +39,7 @@
3039
- Added `getLongestPrefix`.
3140
- Added `canReorder`.
3241

42+
3343
## 0.3.0 (2021-09-04)
3444

3545
### Breaking

0 commit comments

Comments
 (0)