Releases: kinbiko/jsonassert
Releases · kinbiko/jsonassert
v1.2.0
v1.1.1
v1.1.0
Ignore line numbers within this package for tests
Fixes unintuitive line numbers.
- Ensure line numbers relate to the code that invoked
Assertf
rather than the line withinjsonassert
itself. - Removes redundant unused code
Initial production ready release
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
- 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
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
v0.1.0 Truth-ify the readme