This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [8.0.2] - 2024-01-04 | ||
### Added | ||
- [GH#6](https://github.com/jolicode/automapper-bundle/pull/6) Add support for Symfony 7 | ||
|
||
### Changed | ||
- [GH#5](https://github.com/jolicode/automapper-bundle/pull/5) Change PropertyInfoPass to use the same set of property extractors as the main package | ||
|
||
## [8.0.1] - 2023-10-04 | ||
### Fixed | ||
- [GH#4](https://github.com/jolicode/automapper-bundle/pull/4) Default false to config map_private_properties | ||
|
||
## [8.0.0] - 2023-09-26 | ||
### Changed | ||
- Modernization, PHP 8.2 and typed properties everywhere | ||
- [GH#1](https://github.com/jolicode/automapper-bundle/pull/1) Better private properties handling | ||
|
||
## [7.4.4] - 2023-04-14 | ||
### Added | ||
- [GH#710](https://github.com/janephp/janephp/pull/710) Add Enum support in AutoMapper bundle | ||
|
||
[Unreleased]: https://github.com/jolicode/automapper/compare/8.0.2...HEAD | ||
[8.0.2]: https://github.com/janephp/janephp/compare/8.0.1...8.0.2 | ||
[8.0.1]: https://github.com/janephp/janephp/compare/8.0.0...8.0.1 |