Skip to content

Commit 7761611

Browse files
authored
Merge pull request #53 from zhangfisher/changeset-release/master
Version Packages
2 parents 74df8ef + 2a2ed9e commit 7761611

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/loose-pigs-punch.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## <small>1.0.58 (2023-02-27)</small>
22

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+
314
## 1.4.45
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flex-tools",
3-
"version": "1.4.45",
3+
"version": "1.5.0",
44
"description": "typescript modular utilities.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)