Releases: honey32/aspida-swr-adapter
Releases · honey32/aspida-swr-adapter
v2.0.0
Has a Breaking Change in function signature. (see 898975d)
Old
aspidaToSWR(api, method, extra).params<[p_0: Type, /* ... */]>(callback);
New
aspidaToSWR(api, method, extra, (fn, extra, p_0: Type, /* ... */) => ..);
What's Changed
- Upgrade swr to 2.0 (adapt to removal of variadic argument's support) by @honey32 in #21
- npm version 2.0.0 by @honey32 in #22
- Release v2.0.0 by @honey32 in #23
Full Changelog: v1.0.0...v2.0.0
v1.0.0
v1.0.0 is release for SWR 1.x
What's Changed
- Added logo image by @honey32 in #15
- Added Instruction for installing by @honey32 in #16
- fixed installation command by @honey32 in #17
- feat: make param() 's type param
Params
[] by default by @honey32 in #18 - chore: package version to v1.0.0 by @honey32 in #19
- release 1.0.0 by @honey32 in #20
Full Changelog: v0.2.1...v1.0.0
v0.2.1
What's Changed
- Update README.md by @honey32 in #6
- Update README.md by @honey32 in #7
- Update README.md by @honey32 in #8
- Made sample code in README.md by @honey32 in #9
- chore: version by @honey32 in #10
- v0.2.0 brushed up README by @honey32 in #11
- 22 08 20 brushup docs by @honey32 in #12
- chore: 0.2.1 by @honey32 in #13
- v0.2.1 by @honey32 in #14
Full Changelog: v0.1.0...v0.2.1
v0.1.0
What's Changed
- chore: setup ci by @honey32 in #1
- Created example using this lib. by @honey32 in #2
- Feature/change signature by @honey32 in #3
- release 0.1.0 by @honey32 in #5
- Main <- prepare for release by @honey32 in #4
Full Changelog: https://github.com/honey32/aspida-swr-adapter/commits/v0.1.0