Skip to content

Releases: sonata-project/SonataDoctrineMongoDBAdminBundle

4.3.1

18 Jul 07:23
92a0868
Compare
Choose a tag to compare

Fixed

4.3.0

28 Jun 08:38
7bb00a5
Compare
Choose a tag to compare

Added

Removed

4.2.0

12 Jun 19:32
5a39a70
Compare
Choose a tag to compare

Changed

Fixed

  • [#749] Fixed using ChoiceFilter::class with default options (@franmomu)

Removed

4.1.1

09 Apr 12:10
054d8a1
Compare
Choose a tag to compare

Fixed

4.1.0

04 Dec 15:07
b35e5bf
Compare
Choose a tag to compare

Added

4.0.1

01 Oct 07:54
62a0c89
Compare
Choose a tag to compare

Fixed

  • [#680] Fixed not forcing to set field_name in DatagridMapper fields with type defined (@franmomu)
  • [#662] Registered DateRangeFilter and DateTimeRangeFilter in Service Container (@javer)
  • [#665] Allow open ranges for DateRangeFilter and DateTimeRangeFilter (@javer)

4.0.0

06 Sep 13:03
25b8fc7
Compare
Choose a tag to compare

Changed

4.0.0-rc.1

12 Aug 12:38
4.0.0-rc.1
9e5fa33
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release

Removed

3.10.0

20 Jul 07:09
07cf526
Compare
Choose a tag to compare

Added

Deprecated

  • [#599] Deprecated ProxyQuery::getSingleScalarResult() method (@franmomu)

Fixed

4.0.0-alpha.1

13 Jun 20:53
4.0.0-alpha.1
Compare
Choose a tag to compare
4.0.0-alpha.1 Pre-release
Pre-release

Added

  • [#593] Added DateRangeFilter to be able to filter by dates (@franmomu)
  • [#593] Added DateTimeRangeFilter to be able to filter by dates with time (@franmomu)

Changed

  • [#564] Changed the guessing type of FieldDescriptionInterface with association mapping from mongo_one to FieldDescriptionInterface::MANY_TO_ONE and from mongo_many to FieldDescriptionInterface::MANY_TO_MANY. (@franmomu)
  • [#515] Add final modifier to classes (@franmomu)
  • [#515] Reduce visibility of methods and properties (@franmomu)

Fixed

  • [#593] Fixed using DateOperatorType::TYPE_EQUAL type in a DateFilter and DateTimeFilter, now it filters by the exact date instead of a range. (@franmomu)

Removed

  • [#593] Removed unused input_type option in AbstractDateFilter (@franmomu)
  • [#593] Removed AbstractDateFilter:: applyTypeIsLessEqual (@franmomu)
  • [#593] Removed AbstractDateFilter:: applyTypeIsGreaterThan (@franmomu)
  • [#593] Removed AbstractDateFilter:: applyType (@franmomu)
  • [#575] Remove support for doctrine/persistence 1.x (@franmomu)
  • [#357] The modelManager getDefaultSortValues does not have default _sort_by value anymore. (@VincentLanglet)
  • [#356] Special case for the all value in ChoiceFilter (@VincentLanglet)