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
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,29 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## Unreleased
9
+
10
+
## [10.1.0] - 2026-18-03
11
+
### Added
12
+
-[GH#328](https://github.com/jolicode/automapper/pull/328) Register mappers as lazy to reduce initialization calls when sub mappers are not used
13
+
14
+
### Fixed
15
+
-[GH#333](https://github.com/jolicode/automapper/pull/333) Fix incompatibility with `class-string<object>` notation
16
+
-[GH#330](https://github.com/jolicode/automapper/pull/330) Cast inner values of array properties when mapping from untyped sources
17
+
18
+
### Documentation
19
+
-[GH#332](https://github.com/jolicode/automapper/pull/332) Update interface name in transformer documentation for compute
20
+
-[GH#331](https://github.com/jolicode/automapper/pull/331) Fix syntax error in supports method return statement example
21
+
-[GH#329](https://github.com/jolicode/automapper/pull/329) Fix some typos
22
+
8
23
## [10.0.3] - 2025-25-02
9
24
-[GH#327](https://github.com/jolicode/automapper/pull/327) Fix cache extractor in symfony bundle being mixed between source and target.
10
25
11
26
## [10.0.2] - 2025-24-02
12
-
13
27
### Fixed
14
28
-[GH#326](https://github.com/jolicode/automapper/pull/326) Fix array, be consistent with old behavior, undefined array should be mapped with their keys.
15
29
16
30
## [10.0.1] - 2025-24-02
17
-
18
31
### Fixed
19
32
-[GH#325](https://github.com/jolicode/automapper/pull/325) Fix creating union or intersection type when not enough types.
20
33
@@ -458,7 +471,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
458
471
### Fixed
459
472
*[AutoMapper][GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
0 commit comments