-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ed7e6a
commit 318416f
Showing
3 changed files
with
1,965 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 1.1.0 (2024-05-02) | ||
|
||
|
||
### Features | ||
|
||
* Added Property handler ([5ea548e](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/5ea548efc28bf86ae47e11a2d7c79f7707001421)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Added `Default` to all properties (in Symfony Serializer context) ([76fc9b3](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/76fc9b3c649689e948c5ad0867d022fd7eb76a39)) | ||
* Changed infinity loop detection rules ([877e89c](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/877e89c19eeb66898f4525d8a277530e27212a7f)) | ||
* Corrected symfony service declaration ([e236e3b](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/e236e3bd212cb353aea1cddd46a7d18a7e4016e2)) | ||
* Created test cases ([f32a403](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/f32a4037dfb9ff413b23e595ee6659c64c9b6c3e)) | ||
* Default value from reflection parameter is fixed ([fe060a7](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/fe060a734781bb72bb73933c9ce591e1f04dfc20)) | ||
* Dependencies updated ([9e17ff7](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/9e17ff75a93f45a1548c84ebcdc7127fdfe22bb7)) | ||
* environments corrected and image name for development updated ([705111a](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/705111a6ddf84026c6978fdd9663bb9ea6ecfbd0)) | ||
* fix: Turned off InitialValueCallback attribute ([e6d4de2](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/e6d4de26e1f0ef6380cc7d074c10c13b901d1c83)) | ||
* Fixed Symfony Validator integration ([01d87e4](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/01d87e46acb044e6b67e85e50833a46a70a00f56)) | ||
* isNullable, hasDefaultValue and getDefaultValue fixed ([8a2605e](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/8a2605ed4b3f03d75e5f1fd9d241a072ec01b7fa)) | ||
* readme corrected ([8ed7e6a](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/8ed7e6adc7179e7a8227db82358624c0a3f90557)) | ||
* refactored ([8939657](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/89396572023ac5c1208f1747df05cf38635310b6)) | ||
* removed unused part library ([afe9f61](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/afe9f61dab2c8fa23f4f70f9706a54dc40a5ddc2)) | ||
* removed unused part of composer.json ([ccc243a](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/ccc243adae982736f8a6eec6fdc810a261e212c1)) | ||
* services.yaml fixed ([71ffcba](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/71ffcba8c98b6cd4d7cc84f242ab6022b4257152)) | ||
* Symfony serializer tests corrected ([7855033](https://github.com/patrykbaszak/messenger-mapper-bundle/commit/785503365ed96119effab1b1a903c5005e2fb3a9)) |
Oops, something went wrong.