Skip to content

Releases: marcingrzejszczak/jsonassert

v0.8.0

23 Jan 10:16
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.tapestry:tapestry-json from 5.8.1 to 5.8.3 by @dependabot in #83
  • Bump org.assertj:assertj-core from 3.19.0 to 3.24.2 by @dependabot in #82
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.13.4.2 to 2.16.0 by @dependabot in #81
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.1 by @dependabot in #80
  • Bump com.google.code.gson:gson from 2.9.0 to 2.10.1 by @dependabot in #85
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.2.0 to 3.6.3 by @dependabot in #84
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #87
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 by @dependabot in #90
  • Bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #91
  • Bump github/codeql-action from 2 to 3 by @dependabot in #88
  • Bump org.apache.groovy:groovy-json from 4.0.16 to 4.0.17 by @dependabot in #89
  • Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #92
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #93
  • Bump org.apache.groovy:groovy-json from 4.0.17 to 4.0.18 by @dependabot in #94
  • Bump actions/cache from 3 to 4 by @dependabot in #95

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Dec 16:33
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in #61
  • Bump jackson-databind from 2.13.3 to 2.13.4.1 in /jsonassert-shade by @dependabot in #63
  • Bump jettison from 1.4.1 to 1.5.1 in /jsonassert-shade by @dependabot in #62
  • Bump jettison from 1.5.1 to 1.5.2 in /jsonassert-shade by @dependabot in #64
  • Bump jettison from 1.5.2 to 1.5.4 in /jsonassert-shade by @dependabot in #65
  • Bump json from 20210307 to 20230227 in /jsonassert-shade by @dependabot in #67
  • Bump actions/checkout from 3 to 4 by @dependabot in #68
  • Bump org.json:json from 20230227 to 20231013 in /jsonassert-shade by @dependabot in #69
  • Bump jackson-databind from 2.13.4.1 to 2.13.4.2 in /jsonassert-shade by @dependabot in #66
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M3 to 3.2.2 by @dependabot in #70
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.1.1 to 3.6.1 by @dependabot in #72
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0-M1 to 3.0.1 by @dependabot in #73
  • Bump actions/setup-java from 3 to 4 by @dependabot in #74
  • Bump org.codehaus.gmavenplus:gmavenplus-plugin from 1.12.1 to 1.13.1 by @dependabot in #75

Full Changelog: v0.6.2...v0.7.0

Bumping libraries

23 May 09:32
Compare
Choose a tag to compare

What's Changed

  • Bump gson from 2.8.6 to 2.8.9 in /jsonassert-shade by @dependabot in #58

New Contributors

Full Changelog: v0.6.1...v0.6.2

Bumping jsonpath to 2.6.0

07 Jun 12:00
Compare
Choose a tag to compare

Library upgrades:

Bumped jsonpath to 2.6.0 #57

Library upgrade, base JDK8 and JDK16 compatiblity

13 Apr 13:36
Compare
Choose a tag to compare

Base Java 8 upgrade

Bump jdk to 8; Bump assertj to 3.19.0; remove assertj-7 module #48

Fixed the dependency management section

Stop managing versions other than jsonpath #42

Library upgrades:

Bumped jackson to 2.12.2 #54
Bumped groovy and spock to 3.0.7 & 2.0-M5 #53
Bump cglib to 3.3.0 #52
Bump objenesis to 3.2 #51
Bump logback classic to 1.2.3 #50
Bump gmaven plus plugin to 1.21.1 #49
Bumped gson to 2.8.6 #47
Bump org.json:json to 202010307 #46
Bumped tapestry-json to 5.7.1 #45
Bumped jettison to 1.4.1 #44
Bumped shade plugin to 3.2.4 #43
Upgrade JsonPath library to 2.5 #40

Shaded library, changing the build to Maven

01 Dec 10:15
Compare
Choose a tag to compare

Fixed `isEmpty()` on empty objects

13 Jul 15:12
Compare
Choose a tag to compare

fixes #28 - JsonAsserter.isEmpty() does not work for empty objects

Wrong array JSON Path generation and assertion

12 Apr 10:37
Compare
Choose a tag to compare

Instance of check and number fixes

05 Feb 13:26
Compare
Choose a tag to compare

No exceptions should be thrown if the flag is turned on

28 Sep 12:11
Compare
Choose a tag to compare