Skip to content

Releases: xiadevisser/query-builder-odata

v1.5.0

06 Jun 14:27
Compare
Choose a tag to compare

Features:

  • Adds support to comparison operators for datetimes and guids (issue #6 ) [PR #7]

v1.2.0

16 Feb 16:50
0cdafdc
Compare
Choose a tag to compare

Features:

  • Escapes single quotes and replaces the characters +/?%#& to hexadecimals (issue #3) [PR #5]

v1.1.1

01 Dec 13:42
Compare
Choose a tag to compare

Bugfixes:

  • "self" is not defined ReferenceError when importing with require

v1.1.0

29 Nov 14:35
Compare
Choose a tag to compare

Features:

  • Added support for query building with operators of the same type

v1.0.0

25 Nov 15:40
Compare
Choose a tag to compare

Features:

  • Created package with support for the following queries: top, skip, count, select, orderBy, expand, filter