Skip to content

Latest commit

 

History

History
122 lines (58 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

122 lines (58 loc) · 5.66 KB

更新日志(CHANGELOG)

4.0.13 (2024-04-01)

♻️ Code Refactoring | 代码重构

  • core: useDayjs 修改,现配置 template 在 format() 函数调用时默认给定,其余 api 与 dayjs 保持一致 (65a2a2c)

4.0.12 (2024-03-27)

♻️ Code Refactoring | 代码重构

  • core: 修改 useDayjs().value,从函数改为 getter 形式 (3618aff)

4.0.11 (2024-02-29)

4.0.10 (2024-02-29)

4.0.9 (2023-10-24)

4.0.8 (2023-10-24)

4.0.7 (2023-10-24)

♻️ Code Refactoring | 代码重构

  • core: 去除 useStorage get 函数萃取属性默认值 (c7ba205)

4.0.6 (2023-10-23)

⚡️ Performance Improvements | 性能优化

  • core: 修改 core 模块 useStoreage 包装器对象中 get set 函数逻辑,现 set 无过期时间下直接存储 value 值,get 默认返回 value 值 (8d6fd99)

4.0.5 (2023-10-19)

♻️ Code Refactoring | 代码重构

  • core: 1. utils 模块为支持按需引入,不再支持链式调用;2. 模块 UMD 全局名称修改 (73b9cbb)

4.0.4 (2023-09-19)

🐛 Bug Fixes | Bug 修复

  • 修复 useAxios 函数'i.create not a function'错误,现更改为自行创建axios实例传递给包装器使用 (3113615)

4.0.3 (2023-09-14)

4.0.2 (2023-09-14)

🐛 Bug Fixes | Bug 修复

  • 解决模块types.d.ts导出异常 (64d2651)

4.0.1 (2023-09-07)

✨ Features | 新功能

  • core: core 模块支持 UMD (40a98b7)

4.0.0 (2023-09-07)

♻️ Code Refactoring | 代码重构

  • axios 模块,原有 RequestConfig 类型更改为 AxiosRequestConfig,useAxios 现接收一个泛型变量作为请求时的 config 类型 (d4632d1)
  • core: utils 模块改名 all,core 模块改名 utils,mode、types 模块独立,其余模块统一汇总至 core 中,删除 customDate 函数 (1ac6cd0)

3.3.2 (2023-08-17)

3.3.1 (2023-08-17)

3.3.0 (2023-08-17)

📦‍ Build System | 打包构建

  • build: node 模块引入添加 node: 前缀 (a0f43cf)

✨ Features | 新功能

  • axios 模块导出 axios 拦截器对象类型 (4d2f013)

3.2.0 (2023-08-10)

✨ Features | 新功能

  • core: axios dayjs numeral socket 支持 UMD (63a609d)

3.1.2 (2023-08-09)

3.1.1 (2023-08-09)

3.1.0 (2023-08-09)

✨ Features | 新功能

  • core: types 插件支持通用类型,类型集合 (025cb45)

3.0.1 (2023-08-09)

📦‍ Build System | 打包构建

  • build: 修改 version 以便发布版本 (a948f21)

1.0.1 (2023-08-08)

📦‍ Build System | 打包构建

  • build: 完善项目构建脚本 (f177624)

1.0.0 (2023-08-08)

🎉 Init | 初始化