Skip to content

Releases: rbretecher/go-postman-collection

v0.9.0

20 Sep 21:51
Compare
Choose a tag to compare
  • feat: add support for QueryParam

v0.8.0

13 Feb 14:58
Compare
Choose a tag to compare
  • feat: allow collection global auth to be null

v0.7.1

24 Nov 23:16
Compare
Choose a tag to compare
  • chore: run go fmt
  • doc: fix documentation

v0.7.0

24 Nov 23:03
Compare
Choose a tag to compare

Features:

  • feat: add support for events

BC break:

  • Field Event of Collection has been renamed Events
  • Field Event of Item/ItemGroup have been renamed Events

v0.6.0

23 Nov 21:10
912a82b
Compare
Choose a tag to compare

feat: export method type

v0.5.0

12 Jul 22:07
Compare
Choose a tag to compare
  • feat: add support for collection description as an object
  • test: update scenario names

v0.4.0

11 Jul 17:58
Compare
Choose a tag to compare
  • Upgrade Go mod to 1.16
  • Add Response/Cookie/Header/HeaderList structs
  • Add Auth struct in Collection struct

Breaking changes, some fields have been renamed :

  • Items.Response -> Items.Reponses
  • Item.Response -> Item.Responses

v0.3.0

12 Aug 10:35
e23b212
Compare
Choose a tag to compare

feat: add support for body raw language

v0.2.0

18 Jan 20:07
Compare
Choose a tag to compare
style: code style

v0.1.1

03 Dec 22:43
Compare
Choose a tag to compare
feat: add basic support of v2.0.0