Releases: jasonkneen/RESTe
Releases · jasonkneen/RESTe
1.5.8
1.5.4
- Package.json changes
1.5.3
- Security Manager support and linting courtesy of @hansemannn -- thanks!
- Clean up some code preventing packaging.
1.5.2
- Fixes an issue where no content property prevented a collection populating.
1.5.0
- fixes around model creation
1.4.8
1.4.7
- Fixed issue where recent PR merged in broke global error handling
1.4.6
- improved logging
- added error message to error object
1.4.5
- added new .errorsAsObjects = true support to config
- added warnings of future breaking changes
NOTE: You should set
.errorsAsObjects = true
and update any error handling you have in your apps to support new, better errors that provide status codes etc. If you don't add it, existing apps should work fine.
1.4.4
- execute local onError handler OR Global OR both