Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 2.71 KB

1.2.0 (2023-10-11)

Features

  • useUpdateEffect、useUpdate (b73e127)

1.1.0 (2023-08-26)

Bug Fixes

  • fix: ts any编译问题 (8012976)

Features

1.0.1 (2023-03-02)

Bug Fixes

  • 站点部署 修改umirc的配置 (748af87)

1.0.0 (2023-03-02)

Bug Fixes

  • reset函数去除async (a23b9f8)
  • setLocalStorage相关修复 (2bab23d)
  • 修改配置,使tsx支持eslint (fa4fee1)
  • 删除无用依赖 (fe85120)

Features

  • getLocalStorage以及代码优化 (af7fcca)
  • hooks进行分组 (a16eb07)
  • useBlobToBase64:blob转base64 (2a1394b)
  • useLocalStorage的设计与文档初步编写 (d004801)
  • useUrlToBase64 (21272c2)
  • 添加 useMount、useUnmount、useBoolean等hook (26b7827)
  • 添加ci、cd (0fc23d2)
  • 自定义commit msg (8cc359f)

Performance Improvements