Skip to content

Releases: ZEXSM/OData.QueryBuilder

v2.10.1

01 Jul 18:41
3f33ee4
Compare
Choose a tag to compare

What's Changed

  • Add suppot template mode #125

Full Changelog: v2.10.0...v2.10.1

v2.10.0

18 May 18:12
e3549b9
Compare
Choose a tag to compare

What's Changed

  • Implemented 'ODataPropertyName' attribute by @pikami #117

Full Changelog: v2.9.10...v2.10.0

v2.9.10

06 Nov 15:40
62efe8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.9...v2.9.10

v2.9.9

19 May 08:28
64ca0b8
Compare
Choose a tag to compare
Merge pull request #114 from turenkomv/feature/PREF-2510

[PREF-2510] Escape '+' char in time zone

v2.9.8

14 Apr 07:53
7d9f7fb
Compare
Choose a tag to compare
Merge pull request #112 from turenkomv/feature/PREF-2510

[PREF-2510] Option for correct datetime format (with offset)

v2.9.7

12 Oct 07:24
339874f
Compare
Choose a tag to compare
fix: decimal values convert to query (#104)

v2.9.6

01 Sep 19:16
4c2eb8c
Compare
Choose a tag to compare
Add support for dynamic properties to queries (#102)

* Added support for dynamic properties to query filters.

* Refactored dynamic property resolving to static method ODataProperty.FromPath()

* Added validation of model type when using ODataProperty.FromPath<T>()

* Added dynamic property resolving to README.

v2.9.5

07 May 11:01
0168279
Compare
Choose a tag to compare
support cast function (#98)

* support cast function

v2.9.4

27 Mar 18:44
7258abc
Compare
Choose a tag to compare
feat: union filters and expands (#93)

v2.9.3

12 Feb 09:25
5c72a1e
Compare
Choose a tag to compare
bugfix: ToDictionary works wrong with nested queries #89, Is resource…