Skip to content

Releases: honey32/aspida-swr-adapter

v2.0.0

24 Dec 03:11
7108a58
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v2.0.0

v1.0.0

24 Dec 02:30
44d8ee4
Compare
Choose a tag to compare

v1.0.0 is release for SWR 1.x

What's Changed

Full Changelog: v0.2.1...v1.0.0

v0.2.1

20 Aug 10:08
6783e93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.1

v0.1.0

18 Aug 11:51
1ac26a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/honey32/aspida-swr-adapter/commits/v0.1.0