Skip to content

Releases: UnitVectorY-Labs/fileparamunit

v0.0.5

28 Sep 10:48
Compare
Choose a tag to compare
<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>fileparamunit</artifactId>
    <version>0.0.5</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 #23
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 by @dependabot in #24
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #25
  • Bump org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.11.0 by @dependabot in #26
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #27
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #28
  • Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 by @dependabot in #30
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #31
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #29
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #32
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0 by @dependabot in #36
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #34
  • Bump org.mockito:mockito-core from 5.13.0 to 5.14.0 by @dependabot in #33
  • Bump org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.11.1 by @dependabot in #35

Full Changelog: v0.0.4...v0.0.5

v0.0.4

24 Jun 22:45
Compare
Choose a tag to compare

Updated dependencies

<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>fileparamunit</artifactId>
    <version>0.0.4</version>
    <scope>test</scope>
</dependency>

What's Changed

  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #4
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #5
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #6
  • Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #8
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #7
  • Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #9
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #10
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #11
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #12
  • Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #13
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #14
  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #15
  • Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #16
  • Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in #17
  • Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #18
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #19
  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #21
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #20
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.5.0 by @dependabot in #22

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Mar 01:48
Compare
Choose a tag to compare

New release with minor fixes and improvements.

<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>fileparamunit</artifactId>
    <version>0.0.3</version>
    <scope>test</scope>
</dependency>

v0.0.2

03 Mar 16:21
Compare
Choose a tag to compare

Some code refinement and achieved 100% code test coverage that is now enforced.

<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>fileparamunit</artifactId>
    <version>0.0.2</version>
    <scope>test</scope>
</dependency>

v0.0.1

02 Mar 04:01
Compare
Choose a tag to compare

Initial release of fileparamunit. This has the basic functionality to be able to specify an attribute and have it invoke JUnit 5 test cases for each file that exists in a resource folder.

<dependency>
    <groupId>com.unitvectory</groupId>
    <artifactId>fileparamunit</artifactId>
    <version>0.0.1</version>
    <scope>test</scope>
</dependency>