Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Mar 11, 2024
1 parent 166385c commit 9077814
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [GH#26](https://github.com/jolicode/automapper/pull/26) Fix mappings involving DateTimeInterface type
- [GH#37](https://github.com/jolicode/automapper/pull/37) Adds useful phpDoc annotation in generated mappers

### Fixed
- [GH#33](https://github.com/jolicode/automapper/pull/33) Allow usage of imported class names in custom transformers
- [GH#45](https://github.com/jolicode/automapper/pull/45) Fix composer.lock for phpstan and php-cs-fixer tooling

### Changed
- [GH#27](https://github.com/jolicode/automapper/pull/27) Use PhpStanExtractor instead of PhpDocExtractor
- [GH#35](https://github.com/jolicode/automapper/pull/35) Refactoring Mapper Generator

### Fixed
- [GH#33](https://github.com/jolicode/automapper/pull/33) Allow usage of imported class names in custom transformers
- [GH#45](https://github.com/jolicode/automapper/pull/45) Fix composer.lock for phpstan and php-cs-fixer tooling
- [GH#44](https://github.com/jolicode/automapper/pull/44) Allow skipping uninitialized property when skipping null values

## [8.1.0] - 2023-12-14
### Added
- [GH#22](https://github.com/jolicode/automapper/pull/22) Added generic AST extractor
Expand Down

0 comments on commit 9077814

Please sign in to comment.