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 frommongo_one
toFieldDescriptionInterface::MANY_TO_ONE
and frommongo_many
toFieldDescriptionInterface::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 aDateFilter
andDateTimeFilter
, now it filters by the exact date instead of a range. (@franmomu)
Removed
- [#593] Removed unused
input_type
option inAbstractDateFilter
(@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)