Releases: vitwit/JS-SDKGen
Releases · vitwit/JS-SDKGen
v2.0.9
- Add test scripts
- Add output directory option from cli
v2.0.8
- Update SDK
- Update installation guide
v2.0.7
Changelog
- #25 Refactor to make it extendable
- #26 Add --output cli param to handle output directory for SDK
- doc: Update the documentation
- Bug fixes
v2.0.5
2.0.5
- Add interceptor config to intercept request and response methods
- #23 Add Example SDK Code
- #20 Update code documentation
- #19 Fix typos & Todo
v2.0.2
2.0.2
- Update document generation
- #19 Fix todo
- #15 Add code style rules (eslint)
v2.0.1
Change Log
- Add support for apidocjs
- Add SDK usage documentation generation
- Update cli params
v1.0.5
v1.0.5
- Generate SDK methods documentation
- Generate Readme documentation for SDK usage
- Standardize cli orguments
- Add support for apidocjs documentation style
v1.0.0
SDKGen first release to automate Javascript SDK code generation. It uses swagger or godac api definitions and use them to generate code for SDK.
Features:
- SDK Code generation
- Support for Swagger & Godoc code document styles
- Transform function to handle changes & extend support for old versions (Handles different object definitions and transform them into newer versions)
- Supports any number of headers to configure SDK
- Optional headers allows it to update/remove headers as required