Releases: fbenz/restdocs-to-postman
Releases · fbenz/restdocs-to-postman
2.0.8
- Dependency updates due to security vulnerabilities (#35)
- Test with Node 14 and 16 and publish with Node 14 (#35, #36)
2.0.7
- Dependency updates due to security vulnerabilities (#25, #26)
2.0.6
- Bump handlebars from 4.1.2 to 4.5.3 #21
2.0.5
- nestedFolders command line option to generated Insomnia and Postman collections maintaining the folder structure of the original Spring RESR Docs #17
- Ability to do path part replacements via the path replacements #19
- Dependency updates #20
2.0.4
- Support for Postman attachments #13
- Dependency updates #15
2.0.3
Optimized npm package size
2.0.2
Update of Dependencies to get rid of dependencies with vulnerabilities
2.0.0
- Support for sorting requests into folders (#5)
Breaking changes:
- CLI option
--folder
changed to --input
- Options structure changed from three parameters to an object.
1.0.5
- Support urlencoded and formdata bodies when converting to Postman (#2)
- Shorter names (#1)
Initial release
v1.0.3
Improve descriptions and fix example