Skip to content

Releases: soliantconsulting/fm-odata-client

v3.0.1

01 Nov 16:33
Compare
Choose a tag to compare

3.0.1 (2024-11-01)

Bug Fixes

  • connection: let fetch automatically infer the content-length header (a7ce592)

v3.0.0

01 Nov 16:23
Compare
Choose a tag to compare

3.0.0 (2024-11-01)

Features

  • update minimum supported node version to 20 (24cb93e)

BREAKING CHANGES

  • we are now relying on the native fetch implementation

v2.1.0

04 Apr 13:39
Compare
Choose a tag to compare

2.1.0 (2023-04-04)

Features

  • allow disabling SSL for connections (fd396cb)

v2.0.0

04 Apr 10:40
Compare
Choose a tag to compare

2.0.0 (2023-04-04)

Features

  • add ESM support and split claris-id export (dc4a5ae)
  • generate ESM format in addition to CJS (f020a48)

BREAKING CHANGES

  • claris-id is not split into s a separate export to avoid
    packaging issues with external tools. The NodeJS version was also raised to 18+
    in order to prepare for native fetch support once typings become available.

v1.1.0

11 Jul 10:49
Compare
Choose a tag to compare

1.1.0 (2022-07-11)

Features

  • Connection: add lax parsing option to handle non encoded newlines in JSON responses (bd14088)

v1.0.5

24 Jun 12:08
Compare
Choose a tag to compare

1.0.5 (2022-06-24)

Bug Fixes

  • Table: remove debugging console.log (3abd765)
  • Table: use arrays to denote composite primary keys instead of objects (072696d)

v1.0.4

20 Jun 12:58
Compare
Choose a tag to compare

1.0.4 (2022-06-20)

Bug Fixes

  • Table: allow null values being returned by create and update commands (c8cda68)

v1.0.3

20 Jun 12:19
Compare
Choose a tag to compare

1.0.3 (2022-06-20)

Bug Fixes

  • Table: allow null values in cross join result (52e949b)

v1.0.2

20 Jun 12:14
Compare
Choose a tag to compare

1.0.2 (2022-06-20)

Bug Fixes

  • Table: allow null as field value (40829e0)
  • Table: handle null values in compileRowData() (5f696e6)

v1.0.1

16 Jun 14:47
Compare
Choose a tag to compare

1.0.1 (2022-06-16)

Bug Fixes

  • Table: explicitly return void on CUD methods when in batched context (0695ce9)