Releases: neothXT/Snowdrop
Release 0.10.0
Release 0.9.1
Fixed bug where "nil" was being passed to path of the request
Release 0.9.0
This release introduces verbose option, minor quality of life changes and bug fixes
Release 0.8.1
Default values extended support to class instances initializations, arrays, dictionaries and tuples with better content control. Performance and stability improvements
Release 0.7.0
This release introduces testMode and testJSONDictionary to allow JSON mock injection when testing your services. Usage details in readme
Release 0.6.4
Non 200 status code errors handler added for better troubleshooting
Release 0.6.3
Minor fix unlocking *ServiceImpl macros
Release 0.6.2
This release provides updates to path variable default values recognition
Release 0.6.1
This release contains a fix for an issue occurring in projects targeting iOS below 16
Release 0.6.0
rawUrl was removed. Now, to add before sending or on response blocks for certain requests, use regular expressions. For more details check readme file.