@digigov/text-search 2.0.0-f4bd66e1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -3
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,37 @@
|
|
|
1
1
|
# Change Log - @digigov/text-search
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 21 Jan 2026 15:58:34 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 2.0.2
|
|
6
|
+
Wed, 21 Jan 2026 15:58:34 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Make lib "pure ESM"
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- Update build script
|
|
15
|
+
- Upgrade react peer dependency version to include ^19.1.0 along with ^18.3.0
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- Update package.json
|
|
20
|
+
- Add support for React v18
|
|
21
|
+
|
|
22
|
+
### Updates
|
|
23
|
+
|
|
24
|
+
- Fix linter errors
|
|
25
|
+
- Disable erroneous test
|
|
26
|
+
- Update @types/node
|
|
27
|
+
- Replace jest with vitest
|
|
4
28
|
|
|
5
29
|
## 1.1.2
|
|
6
30
|
Fri, 16 Feb 2024 09:57:32 GMT
|
|
7
31
|
|
|
8
|
-
|
|
32
|
+
### Updates
|
|
33
|
+
|
|
34
|
+
- Upgrade ESLint & Prettier
|
|
9
35
|
|
|
10
36
|
## 1.1.1
|
|
11
37
|
Mon, 29 Jan 2024 17:45:11 GMT
|
|
@@ -22,7 +48,9 @@ Mon, 29 Jan 2024 10:46:50 GMT
|
|
|
22
48
|
## 1.0.1
|
|
23
49
|
Tue, 19 Dec 2023 15:00:14 GMT
|
|
24
50
|
|
|
25
|
-
|
|
51
|
+
### Updates
|
|
52
|
+
|
|
53
|
+
- Upgrade @types/node to v18
|
|
26
54
|
|
|
27
55
|
## 1.0.0
|
|
28
56
|
Fri, 15 Dec 2023 15:23:56 GMT
|
package/index.js
CHANGED