Releases: UnitVectorY-Labs/jsonparamunit
Releases · UnitVectorY-Labs/jsonparamunit
v0.0.6
<dependency>
<groupId>com.unitvectory</groupId>
<artifactId>jsonparamunit</artifactId>
<version>0.0.6</version>
<scope>test</scope>
</dependency>
What's Changed
- Bump org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3 by @dependabot in #30
- Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 by @dependabot in #29
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot in #31
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #32
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #33
- Bump org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.11.0 by @dependabot in #34
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #35
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #36
- Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 by @dependabot in #39
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #37
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #38
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #40
- Bump org.mockito:mockito-core from 5.13.0 to 5.14.0 by @dependabot in #41
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0 by @dependabot in #44
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #46
- Bump com.unitvectory:fileparamunit from 0.0.4 to 0.0.5 by @dependabot in #42
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 by @dependabot in #43
- Bump org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.11.1 by @dependabot in #45
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Full Changelog: v0.0.4...v0.0.5
<dependency>
<groupId>com.unitvectory</groupId>
<artifactId>jsonparamunit</artifactId>
<version>0.0.5</version>
<scope>test</scope>
</dependency>
v0.0.4
What's Changed
- Bump org.projectlombok:lombok from 1.18.30 to 1.18.32 by @dependabot in #8
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #7
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #9
- Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #10
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #11
- Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #14
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #12
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #13
- Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #15
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #16
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #17
- Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #18
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #19
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #20
- Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in #21
- Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #22
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #23
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #25
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #24
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.5.0 by @dependabot in #26
- Bump com.unitvectory:fileparamunit from 0.0.3 to 0.0.4 by @dependabot in #27
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Updated Jackson to 2.17.0
<dependency>
<groupId>com.unitvectory</groupId>
<artifactId>jsonparamunit</artifactId>
<version>0.0.3</version>
<scope>test</scope>
</dependency>
v0.0.2
Minor files and improvements.
<dependency>
<groupId>com.unitvectory</groupId>
<artifactId>jsonparamunit</artifactId>
<version>0.0.2</version>
<scope>test</scope>
</dependency>
v0.0.1
Initial release of jsonparamunit provides a way to take in JSON files for test cases and utilize them in parameterized JUnit tests to shift the testing from Java code to the creation of JSON files with expected input and output.
<dependency>
<groupId>com.unitvectory</groupId>
<artifactId>jsonparamunit</artifactId>
<version>0.0.1</version>
<scope>test</scope>
</dependency>