Skip to content

Releases: enofex/taikai

0.18.0

14 Sep 13:55
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Enforce Implementation of Specific Interface by Specific Classes by @mnhock in #98
  • Add JUnit 5 Rule to Ensure Test Methods Contain Assertions or Verific… by @mnhock in #100

Full Changelog: v0.17.0...v0.18.0

0.17.0

01 Sep 08:31
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide possibility to add package identifier to Java noUsageOf Rules by @mnhock in #91
  • Classes Should Not Be Annotated with Specified Annotation by @mnhock in #94
  • Ensure Classes Implementation are Assignable to Certain Classes by @mnhock in #95

Other Changes

  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in #86
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 by @dependabot in #89
  • Bump org.mockito:mockito-core from 5.12.0 to 5.13.0 by @dependabot in #88
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #87
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.13.1 to 1.14.0 by @dependabot in #96

Full Changelog: v0.16.0...v0.17.0

0.16.0

15 Aug 07:25
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #80
  • Bump advanced-security/maven-dependency-submission-action from 4.1.0 to 4.1.1 by @dependabot in #84
  • Bump junit-jupiter.version from 5.10.3 to 5.11.0 by @dependabot in #85

Full Changelog: v0.15.0...v0.16.0

0.15.0

17 Jul 16:21
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a New Import Rule checking if some specific classes do not ha… by @mnhock in #78
  • Provide new Java Rule checking Methods from not Throwing Specific Exc… by @mnhock in #79

Full Changelog: v0.14.0...v0.15.0

0.14.0

12 Jul 06:04
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a New Java Rule checking that classes annotated with a specif… by @mnhock in #73

🐞 Bug Fixes

  • Rules checking annotated with should reside in and outside package mi… by @mnhock in #75

Other Changes

  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 by @dependabot in #70

Full Changelog: v0.13.0...v0.14.0

0.13.0

09 Jul 06:07
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Java Rule checking classes annotated with specific annotation
  • Provide new Java Rule for checking classes reside outside a specified package
  • Provide new Java Rule for checking classes reside in a specified package

🐞 Bug Fixes

  • Fix message formatting in the shouldBeAnnotatedWithValidated method

Other Changes

  • Bump advanced-security/maven-dependency-submission-action from 4.0.2 to 4.1.0 by @dependabot in #67

Full Changelog: v0.12.0...v0.13.0

0.12.0

06 Jul 11:41
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide new Spring Configuration Properties Rules, thanks @piotrooo

Other Changes

  • Bump org.jreleaser:jreleaser-maven-plugin from 1.12.0 to 1.13.0 by @dependabot in #61
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.13.0 to 1.13.1 by @dependabot in #62

Full Changelog: v0.11.0...v0.12.0

0.11.0

27 Jun 17:52
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide new Java Rule checking Package Naming Conventions

Other Changes

  • Bump junit-jupiter.version from 5.10.2 to 5.10.3 by @dependabot in #60

Full Changelog: v0.10.0...v0.11.0

0.10.0

25 Jun 17:08
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Logging Rule checking a Logger Usage Based on Classes Matching Regex

Full Changelog: v0.9.0...v0.10.0

0.9.0

23 Jun 17:08
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Add Support for Configuration of JavaClasses globally
  • Add Possibility of Modifying an Existing Configuration
  • Allow exclusions of classes per rule
  • Allow global exclusions of classes

🐞 Bug Fixes

  • Fix Java naming descriptions

Full Changelog: v0.8.0...v0.9.0