Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Releases: janephp/jane

v1.5.1

30 Jun 19:53
Compare
Choose a tag to compare
Fix generation when no configuration file is specified

1.5.0

02 Sep 12:32
Compare
Choose a tag to compare
  • Add possiblity to use a config file for generating code (see README)
  • Add the possibility to not generate reference, it's keep true as a default to not break BC but will be changed to false in 2.0
  • Add possiblity to change the date time format used

1.4.0

01 Sep 16:58
Compare
Choose a tag to compare

Separate generation from runtime library, so now code generated through Jane can only require jane/runtime library and not the whole generation tool

1.3.0

06 Mar 18:13
Compare
Choose a tag to compare
  • Fix a bug with wrongs checks for \DateTime
  • Return early type to avoid too many detections
  • Update to 2.0 php-parser (still working with 1.4)

1.2.0

19 Feb 17:11
Compare
Choose a tag to compare

New features

  • Add support for datetime
  • Add support for null type
  • Make variable scope unique per method (not global like before)

Fix

  • Fix PHP CS Fixer namespace with last dev version

1.1.0

26 Jan 19:32
Compare
Choose a tag to compare

Remove hard dependency on php-cs-fixer

1.0.2

18 Dec 15:24
Compare
Choose a tag to compare
v1.0.2

Reference binary

Jane initial release

18 Dec 14:34
Compare
Choose a tag to compare
Bug fixing release

 * Fix notice errors
 * Fix library to work under php 5.4
 * Fix typos in documentation
 * Rearrange repository with integration tools