All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Initial release
- Fixed conflicting version
ClassList::normalize
method
ClassList::asClasses
now returns an array, so it is compatible with theattr
filter and function.
- Log a warning when calling
remove
to remove a non-existent class. - Throw exception when trying to get a non-existent key.
- Fix potential parse order issues, see: #2
- Added replace method