Skip to content

Releases: valiktor/valiktor

0.12.0

29 Jun 01:52
0.12.0
Compare
Choose a tag to compare

🎉 Features

  • #44 Added support for Map properties

0.11.0

06 Apr 18:25
0.11.0
Compare
Choose a tag to compare

🎉 Features

  • #39 Added support for Coroutines
  • #41 Added support for custom exception handlers

0.10.0

30 Mar 12:42
0.10.0
Compare
Choose a tag to compare

🎉 Features

  • #30 Added a new constraint to validate website URLs
  • #36 Added japanese messages

✔️ Improvements

  • #33 Removed the rule that does not allow more than 1 constraint per property
  • #37 Upgraded to Kotlin 1.3.71

0.9.0

28 Oct 22:17
0.9.0
Compare
Choose a tag to compare

🎉 Features

  • #23 Added catalan and spanish messages

0.8.0

03 Jul 02:45
0.8.0
Compare
Choose a tag to compare

🎉 Features

  • #13 Added module valiktor-test

0.7.0

26 Jun 22:14
0.7.0
Compare
Choose a tag to compare

🎉 Features

  • #21 Added german messages

0.6.0

06 Jun 14:33
0.6.0
Compare
Choose a tag to compare

🎉 Features

  • #8 Added module valiktor-jodatime
  • #9 Added module valiktor-jodamoney

🔨 Internal

  • #16 Added more sample applications

0.5.0

29 Apr 01:47
0.5.0
Compare
Choose a tag to compare

✔️ Improvements

  • #10 Added property value as parameter in nested and collection validation functions

🎉 Features

  • #15 Added validateForEachIndexed function for collections and arrays

0.4.0

17 Jan 01:00
0.4.0
Compare
Choose a tag to compare

✔️ Improvements

  • #1 Removed message key prefix restriction in favor of custom constraints
  • #2 Renamed ValiktorExceptionHandler to ConstraintViolationExceptionHander
  • #2 Renamed ValiktorJacksonExceptionHandler to MissingKotlinParameterExceptionHandler

🎉 Features

  • #2 Added exception handler for InvalidFormatException

🔨 Internal

  • #3 Upgraded to Gradle 5 and Kotlin 1.3
  • #4 Added build step with Java 11

0.3.1

16 Jan 13:23
0.3.1
Compare
Choose a tag to compare

🪲 Bug fixes

  • Fixed ValiktorWebFluxAutoConfiguration to validate if the bean CodecConfigurer exists on classpath