Skip to content

Releases: Eden-PHP/Core

Disabling Argument testing by default

24 Jul 01:58

Choose a tag to compare

  • Benchmarks rank eden relatively slow, mostly due to the constant un-native arg checking. Disabling this improves performance.

Easier to access eden()

17 Nov 05:21

Choose a tag to compare

  • 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

13 Oct 03:44

Choose a tag to compare

A few document updates both in code and lamen

4.0.0

07 Oct 05:48

Choose a tag to compare

Eden-PHP Core version 4.0

1.0.9

28 Sep 04:21

Choose a tag to compare

renaming route to alias, setState to save state

1.0.8

27 Sep 15:56

Choose a tag to compare

exception to \exception

1.0.7

27 Sep 04:51

Choose a tag to compare

Factory extends base

1.0.6

26 Sep 10:02

Choose a tag to compare

changed controller extending to event

1.0.5

26 Sep 04:43

Choose a tag to compare

  • Controller - added default timezone and session start
  • Exception - Bug: rhetorical checking of arguments in the error handler

1.0.4

25 Sep 15:50

Choose a tag to compare

  • Bug: registering an exception handler sets the error handler instead.
  • Feature: states now handles evaluation callbacks