Skip to content

Releases: codedabble-dev/java-snapshot-testing

4.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:25
358bab5
#patch: Bump com.diffplug.spotless from 8.4.0 to 8.8.0 (#194)

Bumps com.diffplug.spotless from 8.4.0 to 8.8.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

4.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 12:56
  • no changes

4.0.9

Choose a tag to compare

@github-actions github-actions released this 02 Jun 12:32
f0baf7b
#patch: Add support for jitpack (#186)

4.0.8

Choose a tag to compare

@github-actions github-actions released this 22 Apr 23:01
916db6f
#patch: Fixes #165 - regex not working with headers and JSON snapshot…

4.0.7

Choose a tag to compare

@github-actions github-actions released this 14 Dec 21:10
11407b4
#patch: Fixes #162 - Stable formatting between Jackson 2.16 and earli…

4.0.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 08:50
e9521ab
#patch: Enable snapshot-testing in a superclass

Tests can now use `Expect` defined in a superclass

4.0.5

Choose a tag to compare

@github-actions github-actions released this 16 Feb 09:12
ddfd6ee
#patch: #146 allow updateSnapshot=false for legacy compatibility (#150)

4.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Feb 02:33
9797800
#patch: make it possible to skip `findAndRegisterModules` in JacksonS…

4.0.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 09:23
194f256
#patch: #145 make updating snapshots simpler (#146)

- Allow snapshots to be updated by toggling `update-snapshot` property in `snapshot.properties`.
- Deprecate the passing of system property `-PupdateSnapshot`.
- Add some API deprecation logs for V5

4.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Dec 22:38
c477afd
#patch: Fixes #126 leading/trailing whitespace causing snapshot failu…