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

Releases: janephp/openapi

v3.0.0

24 Jul 14:35
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • "nikic/php-parser" version incompatible with Laravel 5.4 #50
  • Introduce array map type (key/value) #49
  • Error: Call to a member function getName() on null in Generator/OutputGeneratorTrait.php on line 47 #45
  • Required treated as array? #31

Merged pull requests:

v2.0.0

12 Jul 21:00
Compare
Choose a tag to compare
  • PHP 7 minimum requirement
  • Symfony 3.1 minimum requirement
  • Less code from runtime (using 3.1 symfony features)

Full Changelog

Fixed bugs:

  • Tags with dots generate classes with dots in the name #56

Closed issues:

  • Generation without configuration file is broken #60
  • Generating API with Response Model #35
  • Objects extended with AllOf are generated wrong #33
  • Multiple objects in AllOf generates Index Error #32

Merged pull requests:

v1.3.0

24 Jul 14:36
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Content Types unsupported #24
  • No support for YAML format ? #21
  • Generate code with less third-party dependencies #19

Merged pull requests:

v1.2.1

24 Jul 14:36
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • update dependency version for "nikic/php-parser"? #16

Merged pull requests:

  • Using new PhpCsFixer\Runner\Runner instead of removed PhpCsFixer\Fixer. #20 (mycroft)

1.2.0

06 Mar 19:51
Compare
Choose a tag to compare
  • Add support for DateTime
  • Add support for php-parser 2.0
  • Update generated schema with last version of jane
  • Better name generation for function withtout an Operation Identifier

Full Changelog

Merged pull requests:

  • Fix PHP warning when no 200 response is defined #17 (pyrech)
  • Support operation without id specified #15 (pyrech)

Reference support

03 Feb 14:32
Compare
Choose a tag to compare
  • Add reference support for parameters
  • Add reference support for responses
  • Fix namespace bug with php-cs-fixer latest version

Full Changelog

Closed issues:

  • Parameter references are not resolved #11
  • Support date-time format #10
  • Undefined method getSchema #9
  • Url encoded for parameters in the query #8

Merged pull requests:

1.0.1

26 Jan 22:14
Compare
Choose a tag to compare

Optimise the generation of code

1.0.0

26 Jan 21:54
Compare
Choose a tag to compare

Initial release

See documentation for usage