Skip to content

Releases: zendesk/jazon

Release 0.4.1

09 Dec 12:52
21e49f5
Compare
Choose a tag to compare

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

06 Oct 11:22
Compare
Choose a tag to compare

jazon-core

  1. Differentiate predicate’s expectation-mismatch from expectation-execution-error.
  2. Internals refactored - several public interfaces changed/removed. Now Translator interface is the one responsible for crafting JsonExpectation instances out of user input.

jazon-spock

  1. Support Groovy’s GString type as expectation.

jazon-junit

  1. Add JazonMap and JazonList types for more concise assertions.
  2. Support passing lambda as expectation.

Release 0.3.1

03 Feb 16:54
Compare
Choose a tag to compare

jazon-core

  1. Fix annoying issue forcing to use explicit casting longs to ints (#16)
  2. New expectation type for JSON Array - checking if the array contains the same given object repeatedly (#19)

jazon-spock

  1. Included 1. from jazon-core
  2. Included 2. from jazon-core

jazon-junit

  1. Included 1. from jazon-core
  2. Included 2. from jazon-core

Release 0.3.0

15 May 10:49
Compare
Choose a tag to compare

This is the first public release. It contains artifacts:

  • jazon-core - a stable version of core library
  • jazon-spock - a stable version of Spock adapter
  • jazon-junit - an MVP version of JUnit adapter

Initial alpha release

07 May 08:48
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release

This is just to see the artifact in Maven Central