Skip to content

Releases: moyada/medivh

v1.3.1

14 Jan 00:53
Compare
Choose a tag to compare
  • Fix AssertError cause by local variable pos is -1.
  • Supported choose location of tool methods.

v1.3.0

10 Jan 02:44
Compare
Choose a tag to compare
  • Reference Bean Validation 2.0 (JSR 380) to redesign annotations.
  • Fix AssertError when use with others annotation processor.

v1.2.3

06 Jan 16:59
Compare
Choose a tag to compare
  • Disable java9 warning.

  • Support use static method to create return data.

  • Fix unable to verify minimum of float and double.

v.1.2.1

09 Jan 06:04
Compare
Choose a tag to compare

Add UtilMethodTranslator to create method for NotBlank.

v1.2.0

05 Jan 13:54
Compare
Choose a tag to compare
  • Support inherit to Throw and Return of Class and Method.
  • Provider Exclusive annotation for exclude verify logic.
  • Support verification for basic type parameter.
  • Fix number regulation doesn't work when min is 0.

v1.1.0

01 Jan 14:56
Compare
Choose a tag to compare
  • Add Return annotation, it can return the specified value when the verify is fail.

v1.0.0

30 Dec 20:45
Compare
Choose a tag to compare
  • Support configuration default exception message.

v0.1.2

29 Dec 20:32
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Fix UnsupportedOperationException of jdk6 version Names.
  • Support configuration validate method name
  • Support configuration default temporary variable name

v0.1.1

20 Dec 16:18
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Supported Class: primitive class, primitive wrapper class, String, Array, Collection, Map
  • Promoted release to Maven central