Skip to content

Releases: sudiptochoudhury/php-api-client-forge

v0.2.4: ### 0.2.5

20 Jul 02:30

Choose a tag to compare

0.2.4

  • Made all function protected expect for importApi to prevent conflict with api methods
  • Documentation

v0.2.3: ### 0.2.3

19 Jul 23:53

Choose a tag to compare

- Option to skip an item
- Option to skip generation of Documentation
- Enhancement of filters
- Option to add parameters default values externally
- Documentation shows parameter default values
- Documentation formatting with inline code style for methods and parameters

v0.2.2

19 Jul 12:46

Choose a tag to compare

### 0.2.2 - Redistribute import from JSON into multible extensible fu…

v0.2.1

19 Jul 05:49

Choose a tag to compare

### 0.2.1 - Add option to override import class in Client class impor…

v0.2.0: ### 0.2.0

18 Jul 10:16

Choose a tag to compare

- Split code into traits and helper classes
- Ability to apply filtering functions on api names, description etc. while generating JSON and Docs

v0.1.3: ### 0.1.3

16 Jul 12:32

Choose a tag to compare

- Shorten MD documentation to have 3 columns merge Method and Endpoint
- Endpoint in MD Documentation now may have links to external Documentation (if available as [API DOC] link in description)

v0.1.2: ### 0.1.2

16 Jul 10:32

Choose a tag to compare

- Add / before endpoint in markdown documentation

v0.1.1: ### 0.1.0

16 Jul 10:28

Choose a tag to compare

- Change column order for parameters in Markdown documentation

v0.0.9: ### 0.0.9

16 Jul 10:14

Choose a tag to compare

- Escape pipe characters in table cell values in markdown
- Fix query parameter inclusion in API Definition

v0.0.8: ### 0.0.8

16 Jul 09:50

Choose a tag to compare

- Fix for @method doc generation & markdown doc generation by removing redundant spaces and newlines
- Introduce shorter description in @method doc