Releases: sudiptochoudhury/php-api-client-forge
Releases · sudiptochoudhury/php-api-client-forge
v0.2.4: ### 0.2.5
0.2.4
- Made all function protected expect for
importApito prevent conflict with api methods - Documentation
v0.2.3: ### 0.2.3
- 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
### 0.2.2 - Redistribute import from JSON into multible extensible fu…
v0.2.1
### 0.2.1 - Add option to override import class in Client class impor…
v0.2.0: ### 0.2.0
- 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
- 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
- Add / before endpoint in markdown documentation
v0.1.1: ### 0.1.0
- Change column order for parameters in Markdown documentation
v0.0.9: ### 0.0.9
- Escape pipe characters in table cell values in markdown - Fix query parameter inclusion in API Definition
v0.0.8: ### 0.0.8
- Fix for @method doc generation & markdown doc generation by removing redundant spaces and newlines - Introduce shorter description in @method doc