Releases
0.5.0
Added
Item::fromPair
named constructor to create a new instance from a pair expressed as an array list with two values.
Parameters::sanitize
ensure the container always contains only Bare Items.
InnerList::sanitize
ensure the list is without gaps and calls Parameters::sanitize
.
OrderedList::sanitize
ensure the list is without gaps and calls Parameters::sanitize
.
Dictionnary::sanitize
ensure the list is without gaps and calls Parameters::sanitize
.
Item::sanitize
calls Parameters::sanitize
.
autoload.php
script to allow non composer application to load the package
OrderedList
and InnerList
now implements the PHP ArrayAccess
interface.
Fixed
InnerList::fromHttpValue
accepts Optional White Spaces at the start of its textual representation.
Parameters::fromHttpValue
accepts Optional White Spaces at the start of its textual representation.
Item::fromHttpValue
bugfix parsing Token data type.
Deprecated
Removed
[BC Break] InnerList
no longer re-index its content replaced by InnerList::sanitize
to force re-indexation.
[BC Break] OrdererList
no longer re-index its content replaced by InnerList::sanitize
to force re-indexation.
You can’t perform that action at this time.