Releases: dakujem/cumulus
Releases · dakujem/cumulus
v1.0
UrlConfig - changed output
Changes compared to 0.1
:
UrlConfig::getConfig
now returns the schema part of the URL as field named"driver"
instead of"adapter"
.
Internal changes:
- "mappings" are now defined in reversed order, as
[$name => $mapping]
pairs, where$mapping
is either a string or a callback function described asfunction(array $config, string $name): string
.