Skip to content

Releases: paysera/util-raml-code-generator

11.8.0

29 May 06:46
Compare
Choose a tag to compare
changes for compatibility with typescript projects

Dependency and README update

15 May 08:26
8cbc556
Compare
Choose a tag to compare

Updated dependencies and README

11.6.0: Adding options to override library version and platform version (#118)

09 Jan 06:59
7e2b08c
Compare
Choose a tag to compare

Added options for defining library_version and platform_version
Added library version and platform version to composer.json and package.json

11.5.0

19 Nov 09:12
864c6a1
Compare
Choose a tag to compare
Adding getApiClient method to client factory (#108)

* Changed apiClient property to protected

11.4.5

08 Mar 15:11
Compare
Choose a tag to compare

11.4.2: Merge pull request #104 from shahariaazam/patch-1

15 Feb 07:28
c793c60
Compare
Choose a tag to compare
`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

22 Jan 11:53
305e7eb
Compare
Choose a tag to compare
Fix generated php method return type when using annotation (stream_re…

11.4.0: Support content type text/csv and stream response #99

21 Jan 14:36
ce58d9b
Compare
Choose a tag to compare
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)

21 Jan 14:34
145e3d4
Compare
Choose a tag to compare
Fix current version resolving for clients (#97)

11.2.3: Command not working (#72)

15 Dec 10:43
a6a87e3
Compare
Choose a tag to compare
* 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