Postman Code Generators Versions Save

Common repository for all code generators shipped with Postman

v1.9.0

4 months ago

v1.8.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/postmanlabs/postman-code-generators/compare/v1.7.2...v1.8.0

v1.7.2

1 year ago

v1.7.1

1 year ago

Bug fixes

  • Add Rust and Kotlin to language labels list

Full Changelog: https://github.com/postmanlabs/postman-code-generators/compare/v1.7.0...v1.7.1

v1.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/postmanlabs/postman-code-generators/compare/v1.6.1...v1.7.0

v1.5.1

1 year ago

Fix backlashes being escaped unnecessarily in cURL codegen

Full Changelog: https://github.com/postmanlabs/postman-code-generators/compare/v1.5.0...v1.5.1

v1.6.1

1 year ago
  • Fix backlashes being escaped unnecessarily in cURL codegen

v1.6.0

1 year ago

What's Changed

  • PEP8 improvements in python-requests code
  • Fix for - #491 Added support for kotlin okhttp code snippets.
  • Refactored code for nodejs-axios util.js.

Full Changelog: https://github.com/postmanlabs/postman-code-generators/compare/v1.5.0...v1.6.0

Thank you @nilsjr, @lucioerlan and @beyarkay for your contributions.

v1.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/postmanlabs/postman-code-generators/compare/v1.4.0...v1.5.0

Thank you @maxxfrazer for your contribution to Swift codegen.

v1.4.0

1 year ago
  • Add support for C# HttpClient Codegen
  • Use short options in CURL as long as possible - postmanlabs/postman-app-support#9511
  • Do not add HTTP method explicitly in CURL when not required - postmanlabs/postman-app-support#10581
  • Remove usage of semaphore from Swift Codegen - postmanlabs/postman-app-support#10053

Thanks to @justindbaur for adding support for C# HttpClient Codegen.