Skip to content

Releases: atk4/core

1.2.0

12 Apr 16:53
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

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

12 Apr 16:54
Compare
Choose a tag to compare
  • Display object with the exception dump. #38

1.1.0

13 Jul 15:08
Compare
Choose a tag to compare

Separated NameTrait from ContainerTrait. If any of your objects use ContainerTrait without TrackableTrait, you may need to update
your code to avoid warnings.

1.0.3

05 Jul 09:34
Compare
Choose a tag to compare
  • Minor cleanups, exception will now show previous exception

1.0.2

04 Jul 20:33
Compare
Choose a tag to compare

Added support for FactoryTrait

$obj->add('MyClass');

now works

1.0.1

24 Jun 17:30
Compare
Choose a tag to compare

Added colorful exceptions

  • Exception->getColorfulText now will provide console-friendly colorful text
  • Hooks can now receive references
  • property $elements is now public

1.0

15 Jul 22:36
Compare
Choose a tag to compare
1.0

First stable release