Skip to content

Commit

Permalink
release: version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Jan 9, 2023
1 parent 6861862 commit c463f7d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
28 changes: 28 additions & 0 deletions docs/pages/project/changelog/version-1.2.0.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit c463f7d

Please sign in to comment.