Valinor/docs/pages
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
..
img doc: add Open Graph meta tags 2022-06-12 16:37:58 +02:00
mapping feat!: make mapper more strict and allow flexible mode 2022-06-23 10:30:36 +02:00
other doc: introduce mkdocs as a static documentation generator 2022-06-10 17:32:07 +02:00
stylesheets doc: change some settings and adjust logos 2022-06-10 23:33:28 +02:00
changelog.md release: version 0.11.0 2022-06-23 11:17:11 +02:00
credits.md doc: introduce mkdocs as a static documentation generator 2022-06-10 17:32:07 +02:00
getting-started.md doc: introduce mkdocs as a static documentation generator 2022-06-10 17:32:07 +02:00
index.md doc: remove badges from documentation index 2022-06-11 12:48:35 +02:00
message-customization.md feat!: refactor tree node API 2022-07-10 19:28:36 +02:00
robots.txt doc: improve documentation building process 2022-06-22 11:15:26 +02:00
source.md doc: introduce mkdocs as a static documentation generator 2022-06-10 17:32:07 +02:00
validation.md feat!: filter userland exceptions to hide potential sensible data 2022-07-08 13:58:48 +02:00