Skip to content

Releases: zhangfisher/flex-tools

v1.5.6

22 Aug 03:21
1243118
Compare
Choose a tag to compare

Patch Changes

  • 9e59891: feat: add FirstUpper and FirstLower

v1.5.5

21 Aug 03:45
dcb6d7b
Compare
Choose a tag to compare

Patch Changes

v1.5.4

20 Aug 03:09
ba7a359
Compare
Choose a tag to compare

Patch Changes

v1.5.3

17 Aug 03:43
a6c80e1
Compare
Choose a tag to compare

Patch Changes

v1.5.2

11 Jun 13:23
05cb88e
Compare
Choose a tag to compare

Patch Changes

  • a77d20d: MutableRecord 和 MutableRecordList 新支持指定公共字段,Expand 更名为 Union

v1.5.1

26 May 06:56
5e03ad3
Compare
Choose a tag to compare

Patch Changes

v1.5.0

07 May 09:37
7761611
Compare
Choose a tag to compare

Minor Changes

  • ac246ac: - 🛠 重构Typescript文档
    • 🔥 新增加Expand<T>用来合并组合类型
    • 🔥 ObjectKeyPathsGetTypeByPath现在支持自定义路径分隔符
    • 🔥 新增加syncFunction类型
    • 🔥 新增加Unique<T>类型用于类型数组的去重
    • 🔥 新增加Fallback<T,F>类型用于当T=never时返回F类型

v1.4.45

24 Apr 02:18
106c9bc
Compare
Choose a tag to compare

Patch Changes

  • a5f8194: add object/WeakObjectMap and upgeade target to es2021

v1.4.44

22 Apr 09:50
41375e4
Compare
Choose a tag to compare

Patch Changes

  • 9ff5bf2: 修复 remove 函数的返回值类型
  • 7181502: 优化 array/remove 函数

v1.4.43

21 Apr 07:19
409f35d
Compare
Choose a tag to compare

Patch Changes

  • 680aab5: fix trimChars types error