Skip to content

Commit dec01d4

Browse files
authored
Merge pull request #335 from jolicode/release/v10.1.0
Prepare v10.1.0 release
2 parents fba9915 + f8d300b commit dec01d4

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,29 @@ 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+
## 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+
823
## [10.0.3] - 2025-25-02
924
- [GH#327](https://github.com/jolicode/automapper/pull/327) Fix cache extractor in symfony bundle being mixed between source and target.
1025

1126
## [10.0.2] - 2025-24-02
12-
1327
### Fixed
1428
- [GH#326](https://github.com/jolicode/automapper/pull/326) Fix array, be consistent with old behavior, undefined array should be mapped with their keys.
1529

1630
## [10.0.1] - 2025-24-02
17-
1831
### Fixed
1932
- [GH#325](https://github.com/jolicode/automapper/pull/325) Fix creating union or intersection type when not enough types.
2033

@@ -458,7 +471,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
458471
### Fixed
459472
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
460473

461-
[Unreleased]: https://github.com/jolicode/automapper/compare/10.0.0...HEAD
474+
[Unreleased]: https://github.com/jolicode/automapper/compare/10.1.0...HEAD
475+
[10.1.0]: https://github.com/jolicode/automapper/compare/10.0.3...10.1.0
476+
[10.0.3]: https://github.com/jolicode/automapper/compare/10.0.2...10.0.3
477+
[10.0.2]: https://github.com/jolicode/automapper/compare/10.0.1...10.0.2
478+
[10.0.1]: https://github.com/jolicode/automapper/compare/10.0.0...10.0.1
462479
[10.0.0]: https://github.com/jolicode/automapper/compare/9.5.0...10.0.0
463480
[9.5.0]: https://github.com/janephp/janephp/compare/9.4.1...9.5.0
464481
[9.4.1]: https://github.com/janephp/janephp/compare/9.4.0...9.4.1

0 commit comments

Comments
 (0)