Skip to content

v2.14.0

Latest
Compare
Choose a tag to compare
@krulis-martin krulis-martin released this 15 Dec 21:51
· 8 commits to master since this release

Changelog

  • New generator for swagger (OpenAPI) specification
  • Fixing bugs

Commits

eff5954 #! v2.14.0
10c08ec Fixing bug - overflowing error strings in async jobs.
a17fcba Bump league/commonmark from 2.5.3 to 2.6.0
b4ac7d7 Merge pull request #469 from ReCodEx/swagger
5fe5c49 removed unused methods
4c0560d added more comments
4e9f815 made TODOs more future-proof
51c1c71 improved swagger command descriptions
7923f19 replaced phpcs ignoreFile with a fine grained alternative
0b42c85 removed unused method
85b1e20 fixed unresolved merge conflict
aeeb298 made the swagger generation code PSR12 compliant
40f262d merge with master
576214a Small typo
6d4b18d Bump symfony/process from 7.1.3 to 7.1.7
e1685e0 Flipped join/implode params (https://www.php.net/manual/en/function.implode.php - changelog)
834b01b moved the annotation helper classes to helpers/Swagger
2afd462 Merge branch 'swagger' of https://github.com/ReCodEx/api into swagger
f7c8ac9 added a script that generates the swagger documentation, the commands now delete the temp file
01f0705 improved code comments
5398ab7 parameters are now correctly located in path, query, or body
a5086cf added support for POST json properties
bd295a5 swagger:annotate now generates a file and swagger:generate can now convert it to a Swagger specification; newly supports path and query parameters
77638fe WIP swagger:annotate can now extract annotations from all routed methods
138e618 added WIP swagger:annotate which scans method annotations
69463dd created minimal console command
018a0b0 added a script that generates the swagger documentation, the commands now delete the temp file
5c63992 improved code comments
c4c88db parameters are now correctly located in path, query, or body
174abc3 added support for POST json properties
887da6a swagger:annotate now generates a file and swagger:generate can now convert it to a Swagger specification; newly supports path and query parameters
4dcc5c1 WIP swagger:annotate can now extract annotations from all routed methods
0ce4b0e added WIP swagger:annotate which scans method annotations
b1c367b created minimal console command