Skip to content

Releases: ZEXSM/OData.QueryBuilder

v2.5.1

28 Apr 08:30
a12407b
Compare
Choose a tag to compare
Merge pull request #56 from ZEXSM/bugfix/use-guid-bykey

fix support Guid in method ByKey

v2.5.0

27 Apr 10:06
69201a8
Compare
Choose a tag to compare

feature (#51)

  • fix use guid in filter
  • feature use relative uri
  • use without contaner model

v2.4.1

17 Apr 12:33
821b984
Compare
Choose a tag to compare
Merge pull request #46 from ZEXSM/bugfix/expand-filter-full

add overload to expand filter

v2.4.0

13 Feb 08:22
466b0a8
Compare
Choose a tag to compare
Merge pull request #44 from ZEXSM/feature/add-indexof-function

add indexof function

v2.3.0

13 Jan 10:44
7cdcd89
Compare
Choose a tag to compare
Merge pull request #42 from ZEXSM/feature/sorting-multiple-fields

feature sorting by several fields with indication of direction

v2.2.0

10 Jan 10:21
944e5d2
Compare
Choose a tag to compare
feature/increasing speed building queries (#41)

* bugfix use func with any/all
* add benchmark
* increasing the speed of building queries. redesign visitors
* up minicover
* add tests
* include symbols for debug

v2.1.0

03 Dec 07:32
d9341a3
Compare
Choose a tag to compare
Merge pull request #38 from ZEXSM/feature/replace-characters-for-list…

v2.0.8

27 Nov 18:51
08b06eb
Compare
Choose a tag to compare
Merge pull request #37 from ZEXSM/bugfix/operator-in-new-array

#ZEXSM#bugfix use new array in the operator In

v2.0.7

21 Nov 17:11
80b98e1
Compare
Choose a tag to compare
Merge pull request #36 from ZEXSM/bugfix/any-all-argument-collection

#ZEXSM#use IEnumerable argument for any,all operators

v2.0.6

23 Sep 18:23
bc41663
Compare
Choose a tag to compare
Merge pull request #33 from ZEXSM/bugfix/use-builder-singleton

#ZEXSM#bugfix use builder singleton