Releases: CubicrootXYZ/openapi-code-sample-generator
Releases · CubicrootXYZ/openapi-code-sample-generator
v0.5.3 Dependency updates
Changelog
- update golang to
1.22 - update kin-openapi
- use actions from CubicrootXYZ/Workflows
v0.5.2 Clean up dependencies and code
Changelog
- Remove io/utils
- Clean up code
v0.5.1 Go 1.20 update
Changelog
- Update to go 1.20
- Update several dependencies
v0.4.1 New tag scheme & javascript native json
Features
- Javascript uses now native JSON representation
Changelog
- Version tags start now with
v, e.g.v0.4.1
v0.4.0 Templating
Changelog
- Moved to golang templates
- Added tests for proper templating
v0.3.0 JavaScript and language selection
Features
- JavaScript samples are now supported
- New
--languages php,js,curlflag to select language examples (defaults to all available languages)
Changelog
- Added new
languagesflag - Added JavaScript samples
- Fixed missing query authentication for PHP
v0.2.2 Embedding
Features
- Add support for embedded data structures
Changelog
- Added support for allOf, anyOf, oneOf embedding
v0.2.1
Features
Changelog
- Fix single quote being shown for unknown content type
v0.2.0 Broad content type support
Features
- add broad content type support
- add converter from V2 to V3
Changelog
- Bump
kin-openapito fix issue with host url - Add new
convertcommand (dirty - needs to be cleaned) - Add more content types
v0.1.0 Basic Curl Features
Features
- Basic curl samples including:
- header, path, query and cookie parameters
- request body
- security schemes (authentication)
- Support for more encodings:
- JSON
- XML
Changelog
- Move extractor to abstract interface
- Move generators to abstract interfaces
- Add more encodings
- Rework code to dedublicate and make more generic
- Make module fetchable via github directly
- Update README