4.0.0 (2021-02-15)
Features
BREAKING CHANGES
- provider: adding
state: true
is already redundant
asprotection: "state"
is the default value.state: false
can be substituted withprotection: "state"
- We have supported throwing strings
for redirections, while we were showing a waring.
From now on, it is not possible. The user MUST return a string,
rather than throw it.