3.0.0
Added
- Add crud series method in org by @raul-facturapi in #28
Breaking changes
- Throw error object in unsuccesful responses by @raul-facturapi in #30:
Add exceptions for all responses methods (GET, POST, PUT, DEL) if range status is >= 400. Instead of validate an error with the fieldok=false, you'll be able to catch the exceptions withtry-catch. The object error is returned purely without destructuring as it was before with POST method.
Full Changelog: 2.7.1...3.0.0