Skip to content

Commit 19c47c3

Browse files
committed
chore(changelog): prepare 9.5 version
1 parent 7383d7c commit 19c47c3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [9.4.2] - 2025-07-17
8+
## [9.5.0] - 2025-09-18
9+
### Added
10+
- [GH#260](https://github.com/jolicode/automapper/pull/260) Add support for identifiers detection and comparison of objects, this allow mappers to detect if objects are equals based on some properties, which allow better deep merge / update of collections.
11+
- [GH#253](https://github.com/jolicode/automapper/pull/253) Add support for Doctrine provider, which allow to fetch entities from database instead of creating new ones, this is an experimental feature.
12+
913
### Changed
1014
- [GH#286](https://github.com/jolicode/automapper/pull/286) Optimize condition order to avoid unnecessary method calls by prioritizing custom conditions
1115

12-
## [Unreleased]
1316
### Fixed
14-
- [GH#272](https://github.com/jolicode/automapper/pull/272) Fixed circular references with promoted properties
17+
- [GH#280](https://github.com/jolicode/automapper/pull/280) Use correct property name to extract types from write mutator, which result in better extraction in some cases.
18+
- [GH#272](https://github.com/jolicode/automapper/pull/272) Fixed circular references with promoted properties.
19+
- [GH#285](https://github.com/jolicode/automapper/pull/285) Fix constructor not used when on a abstract class.
20+
21+
### Miscellaneous
22+
- [GH#281](https://github.com/jolicode/automapper/pull/281) Generate expected data for test with new line to please IDE.
23+
- [GH#263](https://github.com/jolicode/automapper/pull/263) Add a regression test for nested array bug that occured and fixed between 9.2.1 and 9.4.1.
24+
- [GH#288](https://github.com/jolicode/automapper/pull/288) Update php cs fixer to support PHP 8.4.
1525

1626
## [9.4.1] - 2025-06-03
1727
### Fixed

0 commit comments

Comments
 (0)