Releases: janhommes/o.js
Releases · janhommes/o.js
2.0.0
Fixing:
- URL decoding correctly #157 #129
- node.js don't use the referrer header anymore #155
request()
returns this handler #152
- Updated documentation for #151
- Allowing strings in query/fetch for odata-query support #98
- Require calls removed #126
BREAKING: Node 18 needed.
1.3.2
#143 fixing #141 - onError called correctly in throw case
1.3.0
- dependency updated
- changes in Batch response by #124
1.2.1
- #113 excluded polyfills for the browser. Polyfills must be added by the user.
- #94 batch improvements.
- dependency bumping.
1.1.0
- batch improvements #110 #107 and #106 (thanks to @melgish)
- dependencies updates to resolve security issues
- dropped node 8 support (min version is now node 10) (BREAKING CHANGE)
1.0.4
- fixing OdataBatchConfig missing in typpings
1.0.3
- fixed disablePolyfill bug
- added correct typings
- updated dependencies
1.0.2
#86 added onStart, onError and onFinish function.