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.
2 parents 74df8ef + 2a2ed9e commit 7761611Copy full SHA for 7761611
.changeset/loose-pigs-punch.md
CHANGELOG.md
@@ -1,5 +1,16 @@
1
## <small>1.0.58 (2023-02-27)</small>
2
3
+## 1.5.0
4
+
5
+### Minor Changes
6
7
+- ac246ac: - 🛠 重构`Typescript`文档
8
+ - 🔥 新增加`Expand<T>`用来合并组合类型
9
+ - 🔥 `ObjectKeyPaths`和`GetTypeByPath`现在支持自定义路径分隔符
10
+ - 🔥 新增加`syncFunction`类型
11
+ - 🔥 新增加`Unique<T>`类型用于类型数组的去重
12
+ - 🔥 新增加`Fallback<T,F>`类型用于当`T=never`时返回`F`类型
13
14
## 1.4.45
15
16
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "flex-tools",
- "version": "1.4.45",
+ "version": "1.5.0",
"description": "typescript modular utilities.",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments