Releases: soliantconsulting/fm-odata-client
Releases · soliantconsulting/fm-odata-client
v3.0.1
3.0.1 (2024-11-01)
Bug Fixes
- connection: let fetch automatically infer the content-length header (a7ce592)
v3.0.0
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
2.1.0 (2023-04-04)
Features
- allow disabling SSL for connections (fd396cb)
v2.0.0
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
1.1.0 (2022-07-11)
Features
- Connection: add lax parsing option to handle non encoded newlines in JSON responses (bd14088)
v1.0.5
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
1.0.4 (2022-06-20)
Bug Fixes
- Table: allow null values being returned by create and update commands (c8cda68)
v1.0.3
1.0.3 (2022-06-20)
Bug Fixes
- Table: allow null values in cross join result (52e949b)
v1.0.2
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
1.0.1 (2022-06-16)
Bug Fixes
- Table: explicitly return void on CUD methods when in batched context (0695ce9)