Skip to content

Releases: enofex/taikai

1.5.1

18 Dec 07:25
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #126
  • Bump junit-jupiter.version from 5.11.3 to 5.11.4 by @dependabot in #127

Full Changelog: v1.5.0...v1.5.1

1.5.0

21 Nov 16:11
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Add new Rule for controllers containing methods having a parameter annotated with @PathVariable or @RequestParam and a validation annotation (e.g., @Min, @NotNull, etc.), must also be annotated with @Validated @tobHai and @mnhock in #125

Other Changes

  • Bump org.jreleaser:jreleaser-maven-plugin from 1.14.0 to 1.15.0 by @dependabot in #121
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 by @dependabot in #123
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #122

New Contributer

@tobHai

Full Changelog: v1.4.0...v1.5.0

1.4.0

27 Oct 08:38
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump junit-jupiter.version from 5.11.2 to 5.11.3 by @dependabot in #118
  • Change Java Requirement from 21 to 17 for Broader Compatibility by @mnhock in #120

Full Changelog: v1.3.1...v1.4.0

1.3.1

20 Oct 10:32
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add missing .as methods for clarity
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 by @dependabot in #116
  • Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 by @dependabot in #117

Full Changelog: v1.3.0...v1.3.1

1.3.0

05 Oct 09:42
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Add New Rule for Fields Matching Specific Naming Patterns to Have Spe… by @mnhock in #114
  • Add New Rule for Methods Matching Specific Naming Patterns to Be Anno… by @mnhock in #115

Other Changes

  • Bump junit-jupiter.version from 5.11.0 to 5.11.1 by @dependabot in #107
  • Bump org.mockito:mockito-core from 5.13.0 to 5.14.0 by @dependabot in #108
  • Bump org.mockito:mockito-core from 5.14.0 to 5.14.1 by @dependabot in #109
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #110
  • Bump junit-jupiter.version from 5.11.1 to 5.11.2 by @dependabot in #112

Full Changelog: v1.2.0...v1.3.0

1.2.0

24 Sep 10:07
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Add Java Naming Rule for Enforcing Package Naming Conventions by @mnhock in #106
  • Add missing configuration overload methods in f03a3f5

Full Changelog: v1.1.0...v1.2.0

1.1.0

23 Sep 14:10
Compare
Choose a tag to compare

🎉 New Features

  • Add new overloading loggersShouldFollowConventions rules without required modifiers in 4f9db44
  • Add new overloading loggersShouldFollowConventions rule in b48e4a6

Other Changes

  • Rename naming packagesShouldMatch rule to java classesShouldResideInPackage rule in 4656059

Full Changelog: v1.0.0...v1.1.0

1.0.0

23 Sep 08:04
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Ensure Required Annotations Based on Presence of Specified Annotation… by @mnhock in #103
  • Ensure Required Annotations Based on Presence of Specified Annotation… by @mnhock in #104

🐞 Bug Fixes

  • Fix verifying tests for Spring MVC in 3adbb35

Other Changes

  • Refactor Disabling Rules in 7dc1b4b
  • Remove excludeClass in favour of excludeClasses in 6affc16

Full Changelog: v0.18.0...v1.0.0

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