@guanghechen/string 2.0.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,35 @@
1
+ # Change Log
2
+
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: vitest config auto-load aliases and coverage thresholds; style/doc formatting updates
8
+
9
+ All notable changes to this project will be documented in this file. See
10
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
11
+
12
+ ## 2.0.1 (2025-02-07)
13
+
14
+ ### Improvements
15
+
16
+ - Enhance type safety and test coverage
17
+
18
+ ### Documentation
19
+
20
+ - Update README.md
21
+
22
+ ### Miscellaneous
23
+
24
+ - Add LICENSE file
25
+ - Migrate from lerna to changesets
26
+
27
+ ## 2.0.0 (2025-01-15)
28
+
29
+ ### Features
30
+
31
+ - Initial stable release: String utilities extracted from @guanghechen/std
32
+
33
+ ### Improvements
34
+
35
+ - Switch to recommended ESLint stack
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/string",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "String utilities including case transformers and parsers.",
5
5
  "author": {
6
6
  "name": "guanghechen",