Releases: EvgenyiFedotov/swagger-to-js
Releases · EvgenyiFedotov/swagger-to-js
v1.2.1
🐛 Bug Fixes
- fix: allOf, oneOf, anyOf #27 (@EvgenyiFedotov)
🧰 Maintenance
- chore(deps): bump node-fetch from 2.6.0 to 2.6.1 #9 (@dependabot)
📚 Documentation
- docs: add roadmap points #27 (@EvgenyiFedotov)
🧪 Tests
- test: change snapshot for package tests #28 (@EvgenyiFedotov)
- fix: allOf, oneOf, anyOf #27 (@EvgenyiFedotov)
v1.2.0
🚀 Features
- add preset options #25 (@sergeysova)
- refactor to snapshots and fixtures and add pass swaggerData and changeCase to templates #21 (@sergeysova)
- allow fn for filenames, pass swagger and request data to template #19 (@sergeysova)
- add support for presets #18 (@sergeysova)
- allow to change file names #17 (@sergeysova)
- Add
disableTypesGenerate
andimportRequest: "disabled"
#16 (@sergeysova)
🐛 Bug Fixes
- fix: cli should know what files should be alway regenerated #26 (@sergeysova)
🧰 Maintenance
- chore(deps): bump lodash from 4.17.15 to 4.17.19 #8 (@dependabot)
🧪 Tests
- refactor tests to snashots #20 (@sergeysova)
v1.1.0
Changes:
- Fix bug required request params by 'in'
- Change url on file on tests
v1.0.0
Changes:
- Add templates in config
- Use url in refs
- Use multi-files api
- Use multi-files api at remote
- Ignore description of generated requests
- Refactoring methods for builds apiJson, build base and paths
- Tests for v*
- Tests for cli
- Examples use api, cli
Breaking changes:
- Params method api (by only config)
- Result method api ({ code: string; types: string; })
v0.5.0
- Support swagger v2
- Support swagger v3
- Support *.yaml files
- Support url for parameter
--file
- Names of methods in camel case
v0.4.0
v0.4.0