Releases: s3xysteak/utils
Releases · s3xysteak/utils
v0.5.0
🚨 Breaking Changes
- Update deps. - by @s3xysteak (63116)
- Independency resolvers. - by @s3xysteak (51d0e)
- Do not auto import
at
andnotUndefined
- by @s3xysteak (e74cc)
View changes on GitHub
v0.4.3
v0.4.2
🐞 Bug Fixes
- defineRequest: Should not change
url
in closure - by @s3xysteak (89886)
View changes on GitHub
v0.4.1
v0.4.0
🚨 Breaking Changes
- defineRequest: URL concatenation logic to directly append parameters without modifying slashes. - by @s3xysteak (adf80)
🐞 Bug Fixes
- Support append url type. - by @s3xysteak (aea9c)
View changes on GitHub
v0.3.1
🚀 Features
- defineRequest: Support append string to url. - by @s3xysteak (5fde3)
View changes on GitHub
v0.3.0
🚨 Breaking Changes
- defineRequest: Type
OptionsItem
should not be exported. - by @s3xysteak (4b0ae)
🚀 Features
- defineRequest:
- Improve generics. - by @s3xysteak (47c49)
- Use
[params, return]
instead of{ params, return}
- by @s3xysteak (b6ae6)
View changes on GitHub
v0.2.1
v0.2.0
🚨 Breaking Changes
- defineRequest: Enhanced Type Support. Now, it offers convenient shortcuts for a wider range of HTTP types to support RESTful API.
View changes on GitHub
v0.1.9
🚀 Features
- AutoImport more in
antfu/utils
. Put reExport in a independence file. - by @s3xysteak (a52b4) - array: GroupBy - by @s3xysteak (22bde)