Skip to content

Releases: jasonkneen/RESTe

1.5.8

07 Sep 10:47
Compare
Choose a tag to compare
  • Fixes bug where using a model only (with no collection) and the api returns an object say, rather than an array.
  • return the HTTPClient to abort the call
  • added a warning if you crate a duplicate method name
  • remove getters and setters for SDK 9+ support

1.5.4

17 May 11:02
Compare
Choose a tag to compare
  • Package.json changes

1.5.3

29 Mar 10:11
Compare
Choose a tag to compare
  • Security Manager support and linting courtesy of @hansemannn -- thanks!
  • Clean up some code preventing packaging.

1.5.2

28 Mar 22:06
Compare
Choose a tag to compare
  • Fixes an issue where no content property prevented a collection populating.

1.5.0

12 May 09:55
Compare
Choose a tag to compare
  • fixes around model creation

1.4.8

21 Apr 16:00
Compare
Choose a tag to compare
  • logging improvements
  • more error handling
  • additional event beforeSend to go with beforePost
  • code clean up
  • minor fixes

Thanks to @ClayMM for his PR which wasn't accepted but elements used to help with the changes above

1.4.7

12 Apr 17:13
Compare
Choose a tag to compare
  • Fixed issue where recent PR merged in broke global error handling

1.4.6

10 Apr 11:39
Compare
Choose a tag to compare
  • improved logging
  • added error message to error object

1.4.5

06 Apr 16:45
Compare
Choose a tag to compare
  • 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

04 Apr 17:05
Compare
Choose a tag to compare
  • execute local onError handler OR Global OR both