Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Jan 4, 2024
1 parent ca58ad6 commit 9c51bde
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [8.0.2] - 2024-01-04
### Added
- [GH#6](https://github.com/jolicode/automapper-bundle/pull/6) Add support for Symfony 7

### Changed
- [GH#5](https://github.com/jolicode/automapper-bundle/pull/5) Change PropertyInfoPass to use the same set of property extractors as the main package

## [8.0.1] - 2023-10-04
### Fixed
- [GH#4](https://github.com/jolicode/automapper-bundle/pull/4) Default false to config map_private_properties

## [8.0.0] - 2023-09-26
### Changed
- Modernization, PHP 8.2 and typed properties everywhere
- [GH#1](https://github.com/jolicode/automapper-bundle/pull/1) Better private properties handling

## [7.4.4] - 2023-04-14
### Added
- [GH#710](https://github.com/janephp/janephp/pull/710) Add Enum support in AutoMapper bundle

[Unreleased]: https://github.com/jolicode/automapper/compare/8.0.2...HEAD
[8.0.2]: https://github.com/janephp/janephp/compare/8.0.1...8.0.2
[8.0.1]: https://github.com/janephp/janephp/compare/8.0.0...8.0.1

0 comments on commit 9c51bde

Please sign in to comment.