Skip to content

Releases: joshka/junit-json-params

1.3.1

17 Nov 12:46
Compare
Choose a tag to compare

Changes

  • Updated to JUnit 5.3.1 (fixes #4)

1.1.0

27 Aug 04:55
Compare
Choose a tag to compare

Enhancements:

  • d82fdb7 Handle simplified (single quoted) JSON

    Java strings are easier to write when you don't have to escape double
    quotes all the time. If the JSON parsing fails due to an invalid single
    quote character, try again with all the quotes replaced with double
    quotes.

1.0.0

26 Aug 09:15
Compare
Choose a tag to compare
Upload correct files in travis release process