Releases: zendesk/jazon
Releases · zendesk/jazon
Release 0.4.1
Jazon-core
- gson bump to 2.10.1
Jazon-spock
- supports gson.Strictness introduced since
gson 2.10.0
This release helps to resolve some vulnerabilities piling up due to older gson
Release 0.4.0
jazon-core
- Differentiate predicate’s expectation-mismatch from expectation-execution-error.
- Internals refactored - several public interfaces changed/removed. Now
Translator
interface is the one responsible for craftingJsonExpectation
instances out of user input.
jazon-spock
- Support Groovy’s
GString
type as expectation.
jazon-junit
- Add
JazonMap
andJazonList
types for more concise assertions. - Support passing lambda as expectation.
Release 0.3.1
jazon-core
- Fix annoying issue forcing to use explicit casting
long
s toint
s (#16) - New expectation type for JSON Array - checking if the array contains the same given object repeatedly (#19)
jazon-spock
- Included 1. from
jazon-core
- Included 2. from
jazon-core
jazon-junit
- Included 1. from
jazon-core
- Included 2. from
jazon-core
Release 0.3.0
This is the first public release. It contains artifacts:
jazon-core
- a stable version of core libraryjazon-spock
- a stable version of Spock adapterjazon-junit
- an MVP version of JUnit adapter
Initial alpha release
This is just to see the artifact in Maven Central