Releases: techniq/odata-query
Releases · techniq/odata-query
v8.0.5
Patch Changes
- fix: apply transform operations in the correct order (#144)
v8.0.4
Patch Changes
- fix: Restore CommonJS support (#139)
v8.0.3
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
Patch Changes
- Fix types publishing (take 2) (
b06c5cc
)
v8.0.0
Major Changes
- breaking: Remove CommonJS support (ESM only) (#130)
Patch Changes
- build: Use vite and vitest (#130)
v7.0.9
Patch Changes
- fix: prevent duplicated conditions (
c74db17
)
v6.7.0
- Merge pull request #77 from odobosh-lohika-tix/support-for-decimal-data-type cc00acd
- Removed double type 3d10fde
- Extend number with double type, added decimal as new type a1d92ea
- Added support of decimal numbers 78664ed
v6.6.0...v6.7.0