Skip to content

v0.3.3

Compare
Choose a tag to compare
@renzp94 renzp94 released this 27 Jun 08:12
· 45 commits to main since this release

0.3.3 (2024-06-27)

其他

  • 抽离类型定义 (b552a60)
  • 将debounce和throttle方法从other移至fp (c112bf4)

新功能

  • fp: 添加compose(函数组合)方法 (40f1ced)
  • fp: 添加memo(函数缓存)方法 (03a4925)
  • is: 添加isPromise(是否为Promise)方法 (42c3d6b)