Skip to content

Releases: techniq/odata-query

v8.1.0

20 May 13:05

Choose a tag to compare

Minor Changes

    • feat: expose escapeODataStringLiteral and escapeIllegalChars as public exports (#155)

Patch Changes

    • refactor: improve the readability of the core functions (#152)

v8.0.7

01 Dec 15:03
b504e28

Choose a tag to compare

Patch Changes

    • fix: resolve an issue with logical operator "not" inside nested property (#98) (#150)

v8.0.6

19 Nov 16:59
e90e526

Choose a tag to compare

Patch Changes

  • fix: Encode illegal chars in search (06cbc77)

v8.0.5

16 Sep 11:28
eba74c8

Choose a tag to compare

Patch Changes

  • fix: apply transform operations in the correct order (#144)

v8.0.4

07 Aug 01:39
1c5e0b0

Choose a tag to compare

Patch Changes

  • fix: Restore CommonJS support (#139)

v8.0.3

13 May 13:42
b806434

Choose a tag to compare

Patch Changes

  • fix: Reorder build (vite build then tsc type generation) to fix removed of .d.ts files by vite build (0fa66dd)

v8.0.2

13 May 12:41
7e22519

Choose a tag to compare

Patch Changes

  • Fix types publishing (take 2) (b06c5cc)

v8.0.1

13 May 01:51
620d945

Choose a tag to compare

Patch Changes

v8.0.0

09 May 03:11
40026d8

Choose a tag to compare

Major Changes

  • breaking: Remove CommonJS support (ESM only) (#130)

Patch Changes

  • build: Use vite and vitest (#130)

v7.0.9

16 Jan 02:39
5ae15bf

Choose a tag to compare

Patch Changes

  • fix: prevent duplicated conditions (c74db17)