Skip to content

Releases: muonsoft/api-testing

v0.8.1

29 Jan 06:17
c40308c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

28 Jan 08:09
0a7acfb
Compare
Choose a tag to compare

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

25 Jan 19:37
1c6c9af
Compare
Choose a tag to compare

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

11 Mar 09:39
0acc792
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

16 Jan 18:17
917b119
Compare
Choose a tag to compare
  • fix panic while reading invalid numeric path
  • add json.Node().Print() method for debugging purposes

v0.6.1

31 Oct 21:08
3b6bba3
Compare
Choose a tag to compare

hotfix:

  • invalid handling of array index as first element
  • invalid path formatting using json.At() sequence

v0.6.0

29 Oct 18:41
523d987
Compare
Choose a tag to compare

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 added
  • node.Assert() function added

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Oct 05:05
Compare
Choose a tag to compare

updates in assertjson package

  • time assertions added
  • JSON Web Token assertion

v0.4.2

09 Oct 17:58
9cfa8db
Compare
Choose a tag to compare
  • equal to assertions added
  • string one of assertion added

v0.4.1

01 Aug 05:03
Compare
Choose a tag to compare

some strings assertion methods renamed to be in one style