Skip to content

Releases: neothXT/Snowdrop

Release 0.10.0

17 Jan 20:55
78e2b7d
Compare
Choose a tag to compare

This release adds new macro - QueryParams. It allows to determine which of the func's arguments are supposed to be attached to the request as query parameters. More info in Readme

Release 0.9.1

12 Dec 13:57
Compare
Choose a tag to compare

Fixed bug where "nil" was being passed to path of the request

Release 0.9.0

11 Dec 18:47
Compare
Choose a tag to compare

This release introduces verbose option, minor quality of life changes and bug fixes

Release 0.8.1

12 Oct 14:09
Compare
Choose a tag to compare

Default values extended support to class instances initializations, arrays, dictionaries and tuples with better content control. Performance and stability improvements

Release 0.7.0

25 Sep 15:03
Compare
Choose a tag to compare

This release introduces testMode and testJSONDictionary to allow JSON mock injection when testing your services. Usage details in readme

Release 0.6.4

22 Sep 10:50
Compare
Choose a tag to compare

Non 200 status code errors handler added for better troubleshooting

Release 0.6.3

20 Aug 12:23
c51bbfb
Compare
Choose a tag to compare

Minor fix unlocking *ServiceImpl macros

Release 0.6.2

22 Jun 21:23
Compare
Choose a tag to compare

This release provides updates to path variable default values recognition

Release 0.6.1

20 Jun 18:26
3606702
Compare
Choose a tag to compare

This release contains a fix for an issue occurring in projects targeting iOS below 16

Release 0.6.0

11 Jun 19:10
Compare
Choose a tag to compare

rawUrl was removed. Now, to add before sending or on response blocks for certain requests, use regular expressions. For more details check readme file.