Skip to content

Commit 0d3e2b7

Browse files
committed
v2.0.0
1 parent a833839 commit 0d3e2b7

File tree

2 files changed

+53
-25
lines changed

2 files changed

+53
-25
lines changed

CHANGELOG.md

Lines changed: 52 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,38 @@
1-
## [1.8.3](https://github.com/varletjs/rattail/compare/v1.8.2...v1.8.3) (2026-04-10)
1+
# [2.0.0](https://github.com/varletjs/rattail/compare/v1.8.3...v2.0.0) (2026-04-15)
22

33

44
### Bug Fixes
55

6+
* remove format and clean options from Vite configuration ([21f3827](https://github.com/varletjs/rattail/commit/21f3827f9f857afb38accfcab52ed7d65cb5c4d0))
7+
* revert version number to 1.8.3 in package.json ([b1c94cc](https://github.com/varletjs/rattail/commit/b1c94cc8ff705a8159e0b5b7f637f41df4318539))
68
* update @configurajs/vite-plus dependency to version 0.2.2 and remove type-aware linting mention from documentation ([214ccca](https://github.com/varletjs/rattail/commit/214ccca8f9cace0379703f5b6afda3604111b170))
9+
* update @configurajs/vite-plus dependency to version 0.2.3 ([2e755c1](https://github.com/varletjs/rattail/commit/2e755c1f0d5bd7889d1f4dd557bd458c1d5f0dfa))
10+
* update @configurajs/vite-plus dependency to version 0.2.4 ([7681355](https://github.com/varletjs/rattail/commit/768135512120d24e0b938ded4aec8ef38a09154d))
11+
* update @varlet/release version to 2.2.1 in pnpm-lock.yaml ([ee08753](https://github.com/varletjs/rattail/commit/ee08753e7a06903cfd688f316c72d46829b9c530))
12+
* update api-farmer dependency to version 0.1.5 ([dcd2c22](https://github.com/varletjs/rattail/commit/dcd2c22507be7c4de09d88cb4a74135e475d765a))
13+
* update links to Agent Skills in README and Chinese translations ([4c42056](https://github.com/varletjs/rattail/commit/4c420565c4f2be004fc296cc62ddce7efbaf932e))
14+
* update vitest dependency to use vite-plus-test for compatibility ([e0cba43](https://github.com/varletjs/rattail/commit/e0cba439ce2675968914a4f14333ee00a7fb216e))
15+
* update vitest dependency version and ensure compatibility with vite-plus-core ([b1745a0](https://github.com/varletjs/rattail/commit/b1745a008b5765e871a1ee8c60dec819e0392dc4))
16+
17+
18+
### Features
19+
20+
* add "Why Rattail" section and links to documentation in English and Chinese ([a833839](https://github.com/varletjs/rattail/commit/a833839d5a23a8d1178c2089709d994cf311646c))
21+
* add CLI functionality with clean command and configuration loading ([c3746b7](https://github.com/varletjs/rattail/commit/c3746b701ccc6cb7e74e037ce17592ef8347e32e))
22+
* add return type to defineConfig function for improved type safety ([89c8696](https://github.com/varletjs/rattail/commit/89c8696d1b62f021d2d323b835cc24f4074efbef))
23+
* add utility functions for storage, math operations, and file handling ([f2433e3](https://github.com/varletjs/rattail/commit/f2433e362ac49ca8d32447de253d73b8147cc061))
24+
* **cli:** enhance CLI commands and add API generation ([1bddbf2](https://github.com/varletjs/rattail/commit/1bddbf2fbf4bedda6decc1202a0d83ddc9c10ac3))
25+
* **cli:** refactor clean function and update CleanConfig type for better pattern resolution ([9adf27d](https://github.com/varletjs/rattail/commit/9adf27d0febf3900b7d57ef48339c57233d8f7ac))
26+
* **cli:** update CLI commands and enhance clean functionality ([0b962b6](https://github.com/varletjs/rattail/commit/0b962b6df42a11dc92849afc79c893088fddb3ce))
27+
* **cli:** update commit-msg hook to use tsx for linting ([08e747d](https://github.com/varletjs/rattail/commit/08e747dce6665337f26988abcd0bcb86d2d31bab))
28+
* update documentation and CLI commands for improved clarity and functionality ([9cef530](https://github.com/varletjs/rattail/commit/9cef5303d0dd1074eaac999ede127fd63c7b965d))
29+
30+
31+
### Refactoring
32+
33+
* refactor code structure for improved readability and maintainability ([a7efb15](https://github.com/varletjs/rattail/commit/a7efb15907d0b550c7a2326d668f195b85abe039))
34+
* refactor code structure for improved readability and maintainability ([1c5741b](https://github.com/varletjs/rattail/commit/1c5741b0814b63baaee95b32ade880ea42c9faaa))
35+
* remove Vite+ presets and update CLI documentation for clarity ([737759e](https://github.com/varletjs/rattail/commit/737759e76f309d651263510ce57703c004354f56))
736

837
## [1.8.2](https://github.com/varletjs/rattail/compare/v1.8.1...v1.8.2) (2026-04-09)
938

@@ -87,27 +116,27 @@
87116
* update NavigationTarget query type to allow any value and ensure string conversion in buildNavigationUrl ([cb8c335](https://github.com/varletjs/rattail/commit/cb8c335ce40b50cfbcc7f4e2b4aec86b0ef81435))
88117

89118

90-
### Code Refactoring
91-
92-
* update test imports from vitest to vite-plus/test ([cb313fb](https://github.com/varletjs/rattail/commit/cb313fb95f337271410fefbcf2285bed80bb61e5))
93-
94-
95119
### Features
96120

97121
* implement navigation API with buildNavigationUrl function and corresponding documentation ([0f7ee46](https://github.com/varletjs/rattail/commit/0f7ee46165dfb71a0e0dd0f4f6d5d39fa9546559))
98122

99-
# [1.5.0](https://github.com/varletjs/rattail/compare/v1.4.0...v1.5.0) (2026-03-19)
100123

124+
### Refactoring
101125

102-
### Code Refactoring
126+
* update test imports from vitest to vite-plus/test ([cb313fb](https://github.com/varletjs/rattail/commit/cb313fb95f337271410fefbcf2285bed80bb61e5))
103127

104-
* update build output directory to 'dist' and adjust TypeScript configuration ([6beeafb](https://github.com/varletjs/rattail/commit/6beeafb2856f435652b6ba4ebe82a447bf938431))
128+
# [1.5.0](https://github.com/varletjs/rattail/compare/v1.4.0...v1.5.0) (2026-03-19)
105129

106130

107131
### Features
108132

109133
* add integrated items for mitt and uuid with corresponding documentation ([0ddbf92](https://github.com/varletjs/rattail/commit/0ddbf924aaa7cd9beb6dc8071d854c51322fa0d4))
110134

135+
136+
### Refactoring
137+
138+
* update build output directory to 'dist' and adjust TypeScript configuration ([6beeafb](https://github.com/varletjs/rattail/commit/6beeafb2856f435652b6ba4ebe82a447bf938431))
139+
111140
# [1.4.0](https://github.com/varletjs/rattail/compare/v1.3.1...v1.4.0) (2026-03-13)
112141

113142

@@ -184,14 +213,14 @@
184213
## [1.0.17](https://github.com/varletjs/rattail/compare/v1.0.16...v1.0.17) (2024-12-06)
185214

186215

187-
### Code Refactoring
216+
### Features
188217

189-
* **array:** optimize groupBy function ([#38](https://github.com/varletjs/rattail/issues/38)) ([4cdaf41](https://github.com/varletjs/rattail/commit/4cdaf41ad396dfac7fccb2bafc103630bf221507))
218+
* assert ([5c48630](https://github.com/varletjs/rattail/commit/5c48630fde4610e5aa51f0c959c13a9b3922d790))
190219

191220

192-
### Features
221+
### Refactoring
193222

194-
* assert ([5c48630](https://github.com/varletjs/rattail/commit/5c48630fde4610e5aa51f0c959c13a9b3922d790))
223+
* **array:** optimize groupBy function ([#38](https://github.com/varletjs/rattail/issues/38)) ([4cdaf41](https://github.com/varletjs/rattail/commit/4cdaf41ad396dfac7fccb2bafc103630bf221507))
195224

196225
## [1.0.16](https://github.com/varletjs/rattail/compare/v1.0.15...v1.0.16) (2024-11-26)
197226

@@ -292,14 +321,14 @@
292321
## [0.0.12](https://github.com/varletjs/rattail/compare/v0.0.11...v0.0.12) (2024-11-07)
293322

294323

295-
### Code Refactoring
324+
### Features
296325

297-
* cleanup pick pickBy omit omitBy and update docs ([b12097a](https://github.com/varletjs/rattail/commit/b12097a17a4137ef652d20325b405eb5bca3dd09))
326+
* add pick, omit, pickBy, and omitBy functions ([#27](https://github.com/varletjs/rattail/issues/27)) ([ee83029](https://github.com/varletjs/rattail/commit/ee830291c16cb3ebffcbe5313657cdeed933d101))
298327

299328

300-
### Features
329+
### Refactoring
301330

302-
* add pick, omit, pickBy, and omitBy functions ([#27](https://github.com/varletjs/rattail/issues/27)) ([ee83029](https://github.com/varletjs/rattail/commit/ee830291c16cb3ebffcbe5313657cdeed933d101))
331+
* cleanup pick pickBy omit omitBy and update docs ([b12097a](https://github.com/varletjs/rattail/commit/b12097a17a4137ef652d20325b405eb5bca3dd09))
303332

304333
## [0.0.11](https://github.com/varletjs/rattail/compare/v0.0.10...v0.0.11) (2024-11-05)
305334

@@ -325,18 +354,18 @@
325354
* fix isEqual ([4f6c4a8](https://github.com/varletjs/rattail/commit/4f6c4a8405ad3e0700d6f14cede236943bf0116d))
326355

327356

328-
### Code Refactoring
329-
330-
* ensure stack ([b070eab](https://github.com/varletjs/rattail/commit/b070eab9c5f43e2f7cf683c37d6abefd3dec6853))
331-
332-
333357
### Features
334358

335359
* add copyText util function ([#25](https://github.com/varletjs/rattail/issues/25)) ([178facd](https://github.com/varletjs/rattail/commit/178facd234898ad5dc77ddd43fbf6f55d844c89f))
336360
* support randomString, randomColor, sumHash ([72b398f](https://github.com/varletjs/rattail/commit/72b398f9b97b0ae9072aa1a825398c9600507ac8))
337361
* support sumHash and fix docs ([af238bd](https://github.com/varletjs/rattail/commit/af238bd0891c08cd40bb498ba136880fe2338885))
338362
* wip ([81e06c8](https://github.com/varletjs/rattail/commit/81e06c8f4f9bd7d28fe52565b996282c86580cb4))
339363

364+
365+
### Refactoring
366+
367+
* ensure stack ([b070eab](https://github.com/varletjs/rattail/commit/b070eab9c5f43e2f7cf683c37d6abefd3dec6853))
368+
340369
## [0.0.7](https://github.com/varletjs/rattail/compare/v0.0.6...v0.0.7) (2024-11-01)
341370

342371

@@ -375,7 +404,7 @@
375404
## [0.0.3](https://github.com/varletjs/rattail/compare/v0.0.2...v0.0.3) (2024-10-28)
376405

377406

378-
### Code Refactoring
407+
### Refactoring
379408

380409
* enhance camelize and genStringKey and update docs ([5f4fad5](https://github.com/varletjs/rattail/commit/5f4fad5f48268165402f6f4abe8e92758b2c7be4))
381410

@@ -404,4 +433,3 @@
404433
* new utils and add vitest ([d8ef0f7](https://github.com/varletjs/rattail/commit/d8ef0f7669cdcfa6147671c9ab8df921e67cd541))
405434
* support vitepress ([d861865](https://github.com/varletjs/rattail/commit/d861865f9d5f39dbad1c467e0ec6e1116bbb28d9))
406435
* theme customization ([1a53c72](https://github.com/varletjs/rattail/commit/1a53c72365dca6efa54994b596c6772cb9448c96))
407-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rattail",
3-
"version": "1.8.3",
3+
"version": "2.0.0",
44
"description": "A Vite+ oriented, AI Agent friendly front-end toolchain",
55
"keywords": [
66
"ai-agent",

0 commit comments

Comments
 (0)