Skip to content

Releases: janhommes/o.js

v2.0.1

20 Aug 13:56
Compare
Choose a tag to compare

2.0.0

22 Sep 08:07
b19afcd
Compare
Choose a tag to compare

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

16 Dec 13:28
Compare
Choose a tag to compare

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

1.3.1

10 Jun 07:25
Compare
Choose a tag to compare

Build files included.

1.3.0

01 Jun 12:38
Compare
Choose a tag to compare
  • dependency updated
  • changes in Batch response by #124

1.2.1

22 Oct 19:57
Compare
Choose a tag to compare
  • #113 excluded polyfills for the browser. Polyfills must be added by the user.
  • #94 batch improvements.
  • dependency bumping.

1.1.0

07 Jun 20:45
2fda0e0
Compare
Choose a tag to compare
  • 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

26 Sep 10:13
Compare
Choose a tag to compare
  • fixing OdataBatchConfig missing in typpings

1.0.3

25 Sep 20:39
Compare
Choose a tag to compare
  • fixed disablePolyfill bug
  • added correct typings
  • updated dependencies

1.0.2

14 May 20:46
Compare
Choose a tag to compare

#86 added onStart, onError and onFinish function.