Releases: welovecoding/swaxios
Releases · welovecoding/swaxios
v0.2.4
What's Changed
- chore: bump json5 from 2.1.3 to 2.2.3 by @dependabot in #443
- chore: bump minimist from 1.2.5 to 1.2.7 by @dependabot in #451
- chore: bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #450
- chore: bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #402
Full Changelog: v0.2.3...v0.2.4
v0.2.0
v0.1.1
v0.1.0
v0.0.22
v0.0.21
v0.0.19
v0.0.18
v0.0.16
v0.0.15
0.0.15 (2019-07-18)
New Features
- Read yaml files from URL (#34) (81ad29c)
- Add descriptions, fix data sending (#29) (f31bbdf)
- Add force deletion flag (#27) (ffa408d)
- Parse schema from body parameters (#23) (ccdd5eb)
- Import service names as unique names (#26) (b29a1bd)
- Disable TSLint rules in output (cbbcc61)
- Add autogeneration disclaimer to output (#22) (8d026f1)
- Support OpenAPI specs from URL (#19) (d7581c0)
- Log message on success (ab5fa9a)
- Use caporal instead of minimist (#15) (84e3c04)
- Add yaml support (#14) (0442c31)
- Copy templates when building and upgrade packages (#13) (249105b)
- Give access to request defaults (4505f26)
- Index files (#8) (33c1896)
- Add parameters (#6) (1d96823)
- Implement toString method (#5) (90040d3)
- Add CLI options (#4) (8967cdd)
- Add response types (#2) (00e54ca)
- Generate base class (#1) (81bc374)
- Render API client path (a025842)
- Add Swagger 2.0 schema validator (8c05388)
Bug Fixes
- release: Make git commit work on Windows (43be8e6)
- Support response body for DELETE requests (#38) (d3a9013)
- Unwrap body parameters (#36) (2e2b2cb)
- Read all path parameters (#35) (d77a416)
- Send post data without surrounding object (#32) (761d2f2)
- Correct URL detection (#30) (2144fee)
- Export from directories, too (#28) (d42bb2d)
- Parse input URL (#25) (f20a3a6)
- Create firmer service names (#20) (e7658cc)
- Correct template dir (#17) (b1b9910)
- Multiple variables in paths (#12) (da06888)
- Correctly generate objects in arrays (#11) (30f7eee)
- Single API export, parameter (#10) (105196c)
- Add CI, use template for imports, use private (#9) (89ef8d7)
- Set breakLength and fix output file (eb2ecda)
- Remove redundant imports (#3) (f610ebe)
- Correct line breaks on "inspect" for Windows (a4ac9d7)
- Adjust import statements for Windows (9614b30)