Skip to content

Releases: kinbiko/jsonassert

v1.2.0

03 Oct 14:08
6891287
Compare
Choose a tag to compare

What's Changed

  • chore: Go version bump and other maintenance chores by @kinbiko in #46
  • addition of Assert method, to combat warnings from go vet. Thanks to @l0kix2 for reporting #45

Full Changelog: v1.1.1...v1.2.0

v1.1.1

18 Aug 13:40
4315d7d
Compare
Choose a tag to compare

Fix issue with unordered arrays with objects containing a <<PRESENCE>> directive, thanks to @yinonavraham for reporting #39.

Also includes some minor repo admin/cleanup and refactoring to please a newly introduced linter.

v1.1.0

09 Dec 17:01
16c9aa8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

Ignore line numbers within this package for tests

03 Jun 17:16
c775cc2
Compare
Choose a tag to compare

Fixes unintuitive line numbers.

  • Ensure line numbers relate to the code that invoked Assertf rather than the line within jsonassert itself.
  • Removes redundant unused code

Initial production ready release

06 Feb 19:17
36c253c
Compare
Choose a tag to compare

This package is now considered production ready in the eyes of the author. From hereon in, there will be no breaking changes in an 1.x.x release of this package.

Improve UX

01 Feb 22:15
c4cba16
Compare
Choose a tag to compare
Improve UX Pre-release
Pre-release
  • Make assertion messages more human-readable and less robot-y.
  • Improved docs
  • Got rid of redundant code
  • Make large assertion messages easier to read by putting the expected and actual values on new lines.

Support presence-only checks

28 Jan 21:44
3dfe415
Compare
Choose a tag to compare
Pre-release

Features

  • Added the ability to check for presence only, which is useful for checking that randomly generated values are present on the actual JSON.

Improvements

  • Remove internal package (over-engineering)
  • Renamed Assert -> Assertf

Initial pre-release

25 Jan 22:42
1744d31
Compare
Choose a tag to compare
Initial pre-release Pre-release
Pre-release
v0.1.0

Truth-ify the readme