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

Latest commit

 

History

History
44 lines (33 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 1.69 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

8.1.0 - 2024-03-14

Added

  • GH#12 Support for AutoMapper >=8.2

8.0.3 - 2024-03-11

Changed

  • GH#9 Update dependencies

Fixed

  • GH#10 Restrict 8.1 bundle to use <8.2 core library

8.0.2 - 2024-01-04

Added

  • GH#6 Add support for Symfony 7

Changed

  • GH#5 Change PropertyInfoPass to use the same set of property extractors as the main package

8.0.1 - 2023-10-04

Fixed

  • GH#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 Better private properties handling

[7.4.4] - 2023-04-14

Added

  • GH#710 Add Enum support in AutoMapper bundle