diff --git a/docs/pages/project/changelog.md b/docs/pages/project/changelog.md index 7f20fb3f..89a7409c 100644 --- a/docs/pages/project/changelog.md +++ b/docs/pages/project/changelog.md @@ -9,6 +9,7 @@ Below are listed the changelogs for all released version of the library. ## Version 1 +- [`1.2.0` — 9th of January 2023](changelog/version-1.2.0.md) - [`1.1.0` — 20th of December 2022](changelog/version-1.1.0.md) - [`1.0.0` — 28th of November 2022](changelog/version-1.0.0.md) diff --git a/docs/pages/project/changelog/version-1.2.0.md b/docs/pages/project/changelog/version-1.2.0.md new file mode 100644 index 00000000..e1406140 --- /dev/null +++ b/docs/pages/project/changelog/version-1.2.0.md @@ -0,0 +1,28 @@ +# Changelog 1.2.0 — 9th of January 2023 + +!!! info inline end "[See release on GitHub]" + [See release on GitHub]: https://github.com/CuyZ/Valinor/releases/tag/1.2.0 + +## Notable changes + +**Handle single property/constructor argument with array input** + +It is now possible, again, to use an array for a single node (single class +property or single constructor argument), if this array has one value with a key +matching the argument/property name. + +This is a revert of a change that was introduced in a previous commit: see hash +72cba320f582c7cda63865880a1cbf7ea292d2b1 + +## Features + +* Allow usage of array input for single node during mapping ([686186](https://github.com/CuyZ/Valinor/commit/6861862d80c74bc26f54db9f55fd2e8adb29f3df)) + +## Bug Fixes + +* Do not re-validate single node with existing error ([daaaac](https://github.com/CuyZ/Valinor/commit/daaaac96f28a03dadfcbc6311b49dfb0c76141c1)) + +## Other + +* Remove unneeded internal check ([86cca5](https://github.com/CuyZ/Valinor/commit/86cca5280aabd07c96b7c98dd2d4e2d310420650)) +* Remove unneeded internal checks and exceptions ([157723](https://github.com/CuyZ/Valinor/commit/1577233ac9dce444af61bb482f5a744e38eaf739))