Releases: rbretecher/go-postman-collection
Releases · rbretecher/go-postman-collection
v0.9.0
v0.8.0
- feat: allow collection global auth to be null
v0.7.1
- chore: run go fmt
- doc: fix documentation
v0.7.0
Features:
- feat: add support for events
BC break:
- Field
Event
ofCollection
has been renamedEvents
- Field
Event
ofItem
/ItemGroup
have been renamedEvents
v0.6.0
feat: export method type
v0.5.0
- feat: add support for collection description as an object
- test: update scenario names
v0.4.0
- 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
feat: add support for body raw language
v0.2.0
style: code style
v0.1.1
feat: add basic support of v2.0.0