Janhommes O.js Versions Save

o.js - client side oData lib.

v2.0.0

7 months ago

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

1 year ago

#143 fixing #141 - onError called correctly in throw case

1.3.1

2 years ago

Build files included.

1.3.0

2 years ago
  • dependency updated
  • changes in Batch response by #124

1.2.1

3 years ago
  • #113 excluded polyfills for the browser. Polyfills must be added by the user.
  • #94 batch improvements.
  • dependency bumping.

1.1.0

3 years ago
  • 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

4 years ago
  • fixing OdataBatchConfig missing in typpings

1.0.3

4 years ago
  • fixed disablePolyfill bug
  • added correct typings
  • updated dependencies

1.0.2

5 years ago

#86 added onStart, onError and onFinish function.

1.0.0

5 years ago

New version based on typescript with new API.