Skip to content

Commit 9e5fa33

Browse files
committed
4.0.0-rc.1
1 parent 5294b44 commit 9e5fa33

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.0.0-rc.1](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.0.0-alpha.1...4.0.0-rc.1) - 2021-08-12
6+
### Removed
7+
- [[#632](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/632)] Removed support for PHP < 7.3 ([@franmomu](https://github.com/franmomu))
8+
- [[#632](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/632)] Removed support for Symfony 5.2 ([@franmomu](https://github.com/franmomu))
9+
- [[#603](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/603)] Removed class parameters in the container ([@franmomu](https://github.com/franmomu))
10+
11+
## [4.0.0-alpha.1](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.10.0...4.0.0-alpha.1) - 2021-06-13
12+
### Added
13+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Added `DateRangeFilter` to be able to filter by dates ([@franmomu](https://github.com/franmomu))
14+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Added `DateTimeRangeFilter` to be able to filter by dates with time ([@franmomu](https://github.com/franmomu))
15+
16+
### Changed
17+
- [[#564](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/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](https://github.com/franmomu))
18+
- [[#515](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/515)] Add final modifier to classes ([@franmomu](https://github.com/franmomu))
19+
- [[#515](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/515)] Reduce visibility of methods and properties ([@franmomu](https://github.com/franmomu))
20+
21+
### Fixed
22+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Fixed using `DateOperatorType::TYPE_EQUAL` type in a `DateFilter` and `DateTimeFilter`, now it filters by the exact date instead of a range. ([@franmomu](https://github.com/franmomu))
23+
24+
### Removed
25+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Removed unused `input_type` option in `AbstractDateFilter` ([@franmomu](https://github.com/franmomu))
26+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Removed `AbstractDateFilter:: applyTypeIsLessEqual` ([@franmomu](https://github.com/franmomu))
27+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Removed `AbstractDateFilter:: applyTypeIsGreaterThan` ([@franmomu](https://github.com/franmomu))
28+
- [[#593](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/593)] Removed `AbstractDateFilter:: applyType` ([@franmomu](https://github.com/franmomu))
29+
- [[#575](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/575)] Remove support for `doctrine/persistence` 1.x ([@franmomu](https://github.com/franmomu))
30+
- [[#357](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/357)] The modelManager getDefaultSortValues does not have default `_sort_by` value anymore. ([@VincentLanglet](https://github.com/VincentLanglet))
31+
- [[#356](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/356)] Special case for the `all` value in ChoiceFilter ([@VincentLanglet](https://github.com/VincentLanglet))
32+
533
## [3.10.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.9.0...3.10.0) - 2021-07-20
634
### Added
735
- [[#610](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/610)] `global_search` option to the `StringFilter` ([@VincentLanglet](https://github.com/VincentLanglet))

0 commit comments

Comments
 (0)