Releases: Eden-PHP/Core
Releases · Eden-PHP/Core
Disabling Argument testing by default
- Benchmarks rank eden relatively slow, mostly due to the constant un-native arg checking. Disabling this improves performance.
Easier to access eden()
- You can now use
Eden::DECORATOR;in your code to get access to
eden(). - Existing way of
Eden\Core\Control::i()still works.
4.0.1
A few document updates both in code and lamen
4.0.0
1.0.9
renaming route to alias, setState to save state
1.0.8
exception to \exception
1.0.7
Factory extends base
1.0.6
changed controller extending to event
1.0.5
- Controller - added default timezone and session start
- Exception - Bug: rhetorical checking of arguments in the error handler
1.0.4
- Bug: registering an exception handler sets the error handler instead.
- Feature: states now handles evaluation callbacks