- License has been changed from BSD to MIT.
- Removed
aura/installer-default
fromcomposer.json
. - Removed Aura.Di configuration files.
- Added
aura/filter-interface
tocomposer.json
. - Added
Filter::addRule
, now accepts multiple rules for a single field. - Renamed
Filter::values
toFilter::apply
. - Added
Filter::getFailures
which returnAura\Filter_Interface\FailureCollectionInterface
. - Even if there are breaking changes the core functionality is not altered. Expecting a smooth upgrade from 1.x to 3.x.