You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
-[GH#183](https://github.com/jolicode/automapper/pull/183) Ability to change reload strategy from AutoMapper::create()
12
12
-[GH#193](https://github.com/jolicode/automapper/pull/193) add icon to symfony profiler
13
13
14
+
### Changed
15
+
-[GH#186](https://github.com/jolicode/automapper/pull/186) Optimize creation from constructor
16
+
14
17
### Fixed
15
18
-[GH#184](https://github.com/jolicode/automapper/pull/184) Fix error when mapping from stdClass to constructor with nullable/optional arguments
16
19
-[GH#185](https://github.com/jolicode/automapper/pull/185) Fix constructor with default parameter array does not work with constructor_arguments context
17
20
-[GH#187](https://github.com/jolicode/automapper/pull/187) Fix regression after [GH#184](https://github.com/jolicode/automapper/pull/184)
18
21
-[GH#192](https://github.com/jolicode/automapper/pull/192) Fix source and context not passed to callable transformer
19
22
20
-
### Changed
21
-
-[GH#186](https://github.com/jolicode/automapper/pull/186) Optimize creation from constructor
22
-
23
23
## [9.1.2] - 2024-09-03
24
24
### Fixed
25
25
-[GH#174](https://github.com/jolicode/automapper/pull/174) Fix race condition when writing generated mappers
0 commit comments