Skip to content

Releases: SpiriitLabs/form-filter-bundle

v11.0.5

15 Nov 08:33
598a26d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.4...v11.0.5

v11.0.4

20 Sep 07:58
7aaaf5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.0.3...v11.0.4

v11.0.3

23 Aug 08:56
8543eff
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation warning from passing null to str_replace by @mkopinsky in #30
  • Remove trailing curly brace from CI job name by @mkopinsky in #31

New Contributors

Full Changelog: v11.0.2...v11.0.3

V10.0.2

23 Aug 08:55
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation warning from passing null to str_replace by @mkopinsky in #30
  • Remove trailing curly brace from CI job name by @mkopinsky in #31

New Contributors

Full Changelog: v10.0.1...v10.0.2

V11.0.2

31 Jul 12:25
4171901
Compare
Choose a tag to compare

What's Changed

  • update readme, add a two steps to use the bundle by @gilles-g in #26
  • Fix field name generation and accept string identifier for filter entity by @alioguz in #21
  • Add Enum Support by @alioguz in #20
  • Create SpiriitFormFilterBundle.pl.yml by @thomas2411 in #19
  • Fix error with doctrine/orm 3.0: ClassMetadataInfo is now ClassMetadata by @spackmat in #22

New Contributors

Full Changelog: v11.0.1...v11.0.2

V10.0.1

31 Jul 12:45
Compare
Choose a tag to compare

What's Changed

  • update readme, add a two steps to use the bundle by @gilles-g in #26
  • Fix field name generation and accept string identifier for filter entity by @alioguz in #21
  • Add Enum Support by @alioguz in #20
  • Create SpiriitFormFilterBundle.pl.yml by @thomas2411 in #19

New Contributors

V11.0.1

04 Jul 06:57
01b7864
Compare
Choose a tag to compare
  • Fix date time range filter data extraction (#24) @1ed

V11.0.0

15 Apr 12:41
9f92e3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.0...v11.0.0

V10.0.0

15 Jan 14:11
7a1ab5c
Compare
Choose a tag to compare
  • Update to Symfony 7
  • Remove deps with MongoDB, it's a lot of code to maintain alone, I think it's not use.

V9.0.2

03 Aug 08:21
d2da595
Compare
Choose a tag to compare
  • Update TestCase configuration, replace Setup with ORMSetup
  • Remove deprecation message "Symfony\Component\HttpKernel\Bundle\Bundle::build()" thx to @gndk