Skip to content

Releases: jaxon-php/jaxon-annotations

Release 2.2.1.

05 Nov 00:08
Compare
Choose a tag to compare

Changes:

  • Improved validity check on the di annotation.

Release 2.2.0.

17 Jan 16:11
Compare
Choose a tag to compare

Changes:

  • New annotation for javascript callback.

v2.1.1

30 Jul 23:37
Compare
Choose a tag to compare

Changes:

  • Fixed Jaxon namespace.

Release 2.1.0

14 May 18:50
Compare
Choose a tag to compare

Changes:

  • The init code is moved from the jaxon-core package, is now in the src/start.php file.
  • The option to enable the feature is renamed from core.annotations.on to core.annotations.enabled.

Release 2.0.2

10 May 23:45
Compare
Choose a tag to compare

Changes:

  • Do not overwrite the annotation cache dir setting.

Release 2.0.1

10 May 23:04
Compare
Choose a tag to compare

Changes:

  • Improved the container annotation.

Release 2.0.0

10 May 07:29
Compare
Choose a tag to compare

Changes:

  • The @di annotation can be applied to class attributes.
  • The format of the docblock @di annotation has changed. Variable names start with $.

Release 1.4.0

01 May 13:35
Compare
Choose a tag to compare

New feature:

  • Support for docblock annotation format.

Release 1.3.0

27 Apr 05:23
Compare
Choose a tag to compare

Chnages:

  • Removed automatic annotation reader registration.

Release 1.2.0

27 Apr 01:30
Compare
Choose a tag to compare

Changes:

  • Improved class definition in the Container annotation.