Releases: paysera/util-raml-code-generator
Releases · paysera/util-raml-code-generator
11.8.0
Dependency and README update
Updated dependencies and README
11.6.0: Adding options to override library version and platform version (#118)
Added options for defining library_version and platform_version
Added library version and platform version to composer.json and package.json
11.5.0
Adding getApiClient method to client factory (#108) * Changed apiClient property to protected
11.4.5
11.4.2: Merge pull request #104 from shahariaazam/patch-1
`exec: raml-code-generator: not found` bug fixed for release:clients
11.4.1: Fix generated php method return type when using annotation (stream_response) #100
Fix generated php method return type when using annotation (stream_re…
11.4.0: Support content type text/csv and stream response #99
Support content type text/csv and stream response (#99) * Support content type text/csv and stream response
11.3.1: Fix current version resolving for clients (#97)
Fix current version resolving for clients (#97)
11.2.3: Command not working (#72)
* Make CI catch problems when command does not work * Set `error_reporting` * Output warnings/errors to `stderr` * Use php interpreter explicitly * Configure CI to catch when command exits with failure * Enforce CI to use Composer v1.x * Fix command * Always compile and try to run the phar file * Build cache and add it to the phar archive * Add changelog records