Skip to content

Releases: enisn/AutoFilterer

v3.0.0

19 Mar 07:25
167af32
Compare
Choose a tag to compare

Note: This is not a new release. It's released and I forgot to create GitHub release. This is a delayed GitHub release for v3.0.0

What's Changed

  • Convert to property access instead constants by @enisn in #69

Full Changelog: v2.13.0...v3.0.0

v2.13.0

25 Oct 12:11
5e55bbf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.2...v2.13.0

v2.12.2

13 Sep 16:14
1656d13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.12.1...v2.12.2

v2.12.1

30 Aug 09:14
fc4b9a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.12.1

v2.11.0

28 Jan 13:42
360430f
Compare
Choose a tag to compare

What's Changed

  • Adding IsNull, IsNotNull, IsEmpty, IsNotEmpty filters. by @mehmetuken in #48

Full Changelog: v2.10.0...v2.11.0

v2.10.0

28 Jan 09:22
e856345
Compare
Choose a tag to compare

What's Changed

  • Adding StringFilter NotContains, NotStartsWith and NotEndsWith options. by @mehmetuken in #47

New Contributors

Full Changelog: v2.9.1...v2.10.0

v2.9.1

17 Jan 05:59
3415aad
Compare
Choose a tag to compare

What's Changed

  • Fix duplicated generated code in Generators by @enisn in #44

Full Changelog: v2.9.0...v2.9.1

v2.9.0

30 Dec 17:37
9e74cad
Compare
Choose a tag to compare

What's Changed

  • Fancy Showcase Flow on README by @enisn in #32
  • 📄 New Documentation Part 1 by @enisn in #31
  • ♻️ Update to dotnet 6.0 & Convert all projects to file-scoped namespaces by @enisn in #37
  • ♻️ Update Swagger Version & Refactor by @enisn in #38
  • ⬆️♻️Update dependencies by @enisn in #41
  • ✨ Introduce ApplyFilterWithoutPagination extension method by @enisn in #40
  • ♻️Use singleton instances of attributes by @enisn in #42
    • Huge performance improvement. (Performance is doubled, check benchmark results in PR #42)

Full Changelog: v2.8.0...v2.9.0

v2.8.0

13 Jul 08:09
Compare
Choose a tag to compare
  • Minor Performance improvement
  • Introduce new Features on CompareTo Attribute
    • Multiple CompareTo attributes is allowed
    • Comparison method can be passed into CompareTo Attribute

v2.2.0

01 Nov 14:58
Compare
Choose a tag to compare

What's new ? ✨

  • Added DynamicFilter which is included in AutoFilterer.Dynamics packace
  • AutoFilterer.Swagger is supports inner objects for ordering now.

What's changed ? 🔨

  • Range is no longer obsolete. It is a useful class.
  • Range is refactored. Increased performance for Range filter.

What's fixed ? 🐛

  • Fixed case-sensitive match problem for swagger docs