Valinor/tests
Romain Canon d3b1dcb64e feat!: refactor tree node API
The class `\CuyZ\Valinor\Mapper\Tree\Node` has been refactored to remove
access to unwanted methods that were not supposed to be part of the
public API. Below are a list of all changes:

- New methods `$node->sourceFilled()` and `$node->sourceValue()` allow
  accessing the source value.

- The method `$node->value()` has been renamed to `$node->mappedValue()`
  and will throw an exception if the node is not value.

- The method `$node->type()` now returns a string.

- The methods `$message->name()`, `$message->path()`, `$message->type()`
  and `$message->value()` have been deprecated in favor of the new
  method `$message->node()`.

- The message parameter `{original_value}` has been deprecated in favor
  of `{source_value}`.
2022-07-10 19:28:36 +02:00
..
Fake feat!: refactor tree node API 2022-07-10 19:28:36 +02:00
Fixture fix: handle inferring methods with same names properly 2022-07-04 19:02:33 +02:00
Functional fix: properly display unresolvable type 2022-07-04 19:02:33 +02:00
Integration misc!: remove node visitor feature 2022-07-10 19:28:36 +02:00
StaticAnalysis test: configure vimeo/psalm to verify type inference 2022-01-13 19:55:20 +01:00
Traits feat: initial release 2021-11-28 18:21:56 +01:00
Unit feat!: refactor tree node API 2022-07-10 19:28:36 +02:00