We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c1573 commit fae4c61Copy full SHA for fae4c61
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.5.1 (2022-04-18)
4
+
5
+### Fixed
6
7
+- Fixed `getLongestPrefix` not caching correctly.
8
9
10
## 0.5.0 (2022-04-18)
11
12
### Breaking
@@ -11,13 +18,15 @@
18
- Added `isLengthRangeMinZero` function that is equivalent to `getLengthRange(e).min === 0` but implemented more efficiently.
19
- Added `onlyInside` option for `getLongest` function.
13
20
21
14
22
## 0.4.1 (2022-04-17)
15
23
16
24
### Improved
17
25
26
- `canReorder` can now prove more alternatives to be safe to reorder.
27
- `canReorder` will now create a cache if none is provided.
28
29
30
## 0.4.0 (2022-04-16)
31
32
@@ -30,6 +39,7 @@
39
- Added `getLongestPrefix`.
40
- Added `canReorder`.
41
42
33
43
## 0.3.0 (2021-09-04)
34
44
35
45
0 commit comments