Skip to content

Releases: zoncoen/scenarigo

v0.4.0

02 Sep 09:41
b0a03d7
Compare
Choose a tag to compare

CHANGELOG

v0.4.0 - 2020-09-02

Bug Fixes

  • register errdetails proto messages to unmarshal Any
  • expect: use the default assertion if no expect (#55)
  • template: avoid to panic (#54)

Features

  • cmd: add list sub-command (#51)

v0.3.3

17 Jun 05:55
4a37832
Compare
Choose a tag to compare

CHANGELOG

v0.3.3 - 2020-06-17

Bug Fixes

  • core: add generated files to avoid the import error (#41)
  • deps: update YAML library ( v1.7.12 => v1.7.15 ) (#47)
  • deps: update YAML library ( v1.7.10 => v1.7.11 ) (#42)
  • deps: update YAML library to fix a bug ( v1.7.9 => v1.7.10 ) (#40)
  • template: fix processing for variadic arguments of function (#48)

v0.3.2

15 Jun 03:36
c7408d0
Compare
Choose a tag to compare

CHANGELOG

v0.3.2 - 2020-06-15

Bug Fixes

  • deps: update YAML library to fix a bug ( v1.7.8 => v1.7.9 ) (#39)

v0.3.1

12 Jun 07:23
6612b2b
Compare
Choose a tag to compare

CHANGELOG

v0.3.1 - 2020-06-12

Bug Fixes

  • core: fix ctx.Response() for http protocol (#35)
  • errors: fix incorrect line number in YAML source (#38)

v0.3.0

11 Jun 05:54
d6fba31
Compare
Choose a tag to compare

CHANGELOG

v0.3.0 - 2020-06-11

Features

  • core: support to output error with YAML (#33)

v0.2.0

03 Jun 10:37
5a60449
Compare
Choose a tag to compare

CHANGELOG

v0.2.0 - 2020-06-03

Code Refactoring

  • core: replace YAML libraries to goccy/go-yaml (#31)

Features

  • core: read YAML files only as scenarios (#28)
  • grpc: enable to check header/trailer metadata of gRPC response (#29)
  • http: enable to check HTTP response headers (#30)

BREAKING CHANGE

change protocl.Protocol interface

v0.1.0

16 May 21:06
1176405
Compare
Choose a tag to compare

CHANGELOG

v0.1.0 - 2020-05-17

  • first release