Releases: muonsoft/api-testing
Releases · muonsoft/api-testing
v0.8.1
What's Changed
- hotfix: use
header.Set
instead ofheader.Add
by @strider2038 in #14
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
new features by @strider2038 in #13
- new assertions for
apitest
, including cookie assertions - better error messages with stack trace for
apitest
- tests for
apitest
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- new assertions by @strider2038 in #12
assertjson.IsJWT()
- standalone JWT assertion- check strings for empty and non-empty values
- check numbers and integers for zero and non-zero values
Full Changelog: v0.6.3...v0.7.0
v0.6.3
v0.6.2
- fix panic while reading invalid numeric path
- add
json.Node().Print()
method for debugging purposes
v0.6.1
hotfix:
- invalid handling of array index as first element
- invalid path formatting using
json.At()
sequence
v0.6.0
What's Changed
changes in assertjson
package
- JSON pointer expressions were replaced by variable arguments and json iterator
- using JSON pointer expressions is deprecated
time.AtDate()
assertion addednode.Assert()
function added
Full Changelog: v0.5.0...v0.6.0
v0.5.0
updates in assertjson
package
- time assertions added
- JSON Web Token assertion
v0.4.2
- equal to assertions added
- string one of assertion added
v0.4.1
some strings assertion methods renamed to be in one style