Releases: atk4/core
Releases · atk4/core
1.2.0
This release becomes more strict about undefined properties and what you pass as a second argument
to the add methods. If you upgrade you might get some errors but those are easy to fix
- $exception->setMessage() is now possible. Can be useful to alter error message when we re-throwing it or for localization.
- factory($object, $defaults) now works consistently with factory($string, $defaults)
- adding some object into multiple containers won't execute init() again.
- added release script
1.1.11
1.1.0
Separated NameTrait from ContainerTrait. If any of your objects use ContainerTrait without TrackableTrait, you may need to update
your code to avoid warnings.
- Significant updates to documentation
- ContainerTrait no longer add 'name' property. Use it with TrackableTrait or NameTrait
- Coding style improved