Skip to content

Releases: by-pinja/Pinja.NetCore.WebApi.Util

1.4.1

28 Jan 09:06
57be55c
Compare
Choose a tag to compare

What's Changed

  • Fix for wrong default value when pages are not counted by @savpek in #10

Full Changelog: 1.4.0...1.4.1

.NET 7

09 Jan 11:08
50266b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

1.3.1

03 Nov 13:17
2222946
Compare
Choose a tag to compare

What's Changed

  • Bugfix to in memory paginate by @savpek in #7

Full Changelog: 1.3.0...1.3.1

1.3.0

31 Oct 10:31
49600ed
Compare
Choose a tag to compare

What's Changed

  • FromEnumerable support to aggregates by @savpek in #6

Full Changelog: 1.2.0...1.3.0

Net 6.x support

08 Feb 08:57
18a3cf2
Compare
Choose a tag to compare
Merge pull request #4 from by-pinja/feature/jenkins-ptcs-library-update

[Automatic Validation] Update jenkins-ptcs-library to latest version

Pagination improvements

22 Oct 08:10
e367bb6
Compare
Choose a tag to compare
  • Flag to skip total count of pages / results on pagination. (calculating this reguires aggregation of all results at database)
  • Paginate extension method to support fine grained gueries.

Pinja rebranding and additional utilities

27 Apr 14:12
Compare
Choose a tag to compare
  • Rebranded Protacon as Pinja
  • Pinja.NetCore.WebApi.Util.Paged (pagination utilities)
  • Pinja.NetCore.WebApi.Util.OrderBy (orderBy query utilities)
  • Pinja.NetCore.WebApi.Util.Query (common query filtering)