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 e36a040 commit 1a7dc65Copy full SHA for 1a7dc65
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.9.6](https://github.com/js-tool-pack/basic/compare/v0.9.5...v0.9.6) (2025-03-20)
2
+
3
+### Features
4
5
+- 为 DynamicEnum 添加 map 方法 ([d9c7151](https://github.com/js-tool-pack/basic/commit/d9c715113ab758eb7ae301e4fde7c34e62ca3226))
6
7
## [0.9.5](https://github.com/js-tool-pack/basic/compare/v0.9.3...v0.9.5) (2025-03-19)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/basic",
- "version": "0.9.5",
+ "version": "0.9.6",
"packageManager": "[email protected]",
"sideEffects": false,
"description": "🛠 typescript javascript basic utils functions / 基础工具函数",
0 commit comments