Releases: GreatAuk/utopia-utils
Releases · GreatAuk/utopia-utils
v1.1.2
🚀 Features
- 更新 createDeferredToggle 和 useDeferredToggle 类型定义,支持 open 和 hide 参数透传 - by @GreatAuk (2b255)
- New function - toUpperFirstLetter - by @GreatAuk (5f632)
- New function patchOpenApiJSON - by @GreatAuk (1a889)
🐞 Bug Fixes
- [yuanToFen] 优化输入验证逻辑,处理空字符串和无效数字,确保返回值一致性 - by @GreatAuk (7aed0)
- createDeferredToggle:
- createPoll:
- fenToYuan:
- useSmsCountdown:
- useTable:
- yuanFormat:
View changes on GitHub
v1.1.1
v1.1.0
🚀 Features
- New hook - useFakeProgress - by @GreatAuk (e6169)
- New hook - useDelayedLoading - by @GreatAuk (77fc6)
🐞 Bug Fixes
- Vueuse 更新 vue 依赖版本至 ^3.5.0 - by @GreatAuk (4dcc2)
- 更新 useSmsCountdown 的 sendAble 类型为 ComputedRef - by @freeutopia [( Mayb)](https://github.com/GreatAuk/utopia-utils/commit/ MaybeRefOrGetter)
- 修复 treeFindPath 中 children 字段的引用,确保类型安全 - by @GreatAuk (87553)
View changes on GitHub
v1.0.1
v1.0.0
🚀 Features
- only support ES modules
- New function - isNegativeNumber & isPositiveNumber - by @GreatAuk (cca44)
- [createPoll] add error handling and polling status retrieval to createPoll - by @GreatAuk (a43f5)
- [yuanToFen] 支持字符串输入和负值处理 - by @GreatAuk (1675c)
- [yuanFormat] 增加对负值的支持及相关单元测试 - by @GreatAuk (1d940)
- New function - isKeyOf - by @GreatAuk (b5811)
- New hook - useTable - by @GreatAuk (e7411)
- Improve type define - by @GreatAuk (e34c8)
- Remove getHostProjectPkgVersion - by @GreatAuk (010c6)
View changes on GitHub
v0.3.29
v0.3.28
v0.3.27
v0.3.26
🚀 Features
- New hook package: @utopia-utils/vueuse - by @GreatAuk (893d0)
- Update isPromise - by @GreatAuk (3121f)
- New function - createPoll - by @GreatAuk (a849d)
- [createPoll] support timeout options - by @GreatAuk (230fc)
- [createControledPromise] improve example - by @GreatAuk (3d186)
View changes on GitHub
v0.3.25
🚀 Features
- Add explicit return type for all public function - by @GreatAuk (9915c)
- New function - isAlipay - by @GreatAuk (7644a)
- New function - isDef & isUndef - by @GreatAuk (094e2)
- New function - sum - by @GreatAuk (4842a)
- Improve function arrLast - by @GreatAuk (13af4)
- Improve function sum, support object item - by @GreatAuk (adf60)
- Improve function average, support object item - by @GreatAuk (e7a55)
- New function - sort - by @GreatAuk (c3443)
- New function - alphabetical - by @GreatAuk (3781e)
- New function - formatterBankCard - by @GreatAuk (d2aed)
- New function - formatterPhoneNumber - by @GreatAuk (80786)
- New function - formatterIdCard - by @GreatAuk (be2d6)
- Bump js-cookie 3.0.2 -> 3.0.5 - by @GreatAuk (b2361)
- New function - desensitizeName - by @GreatAuk (7e87c)
- New function - desensitizePhone - by @GreatAuk (035ec)
- New function - desensitizeIdCard - by @GreatAuk (082e5)
- New function - desensitizeEmail - by @GreatAuk (cec6b)