Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

New release v0.2.0

Latest
Compare
Choose a tag to compare
@Naoghuman Naoghuman released this 11 Feb 17:45
· 7 commits to master since this release

Welcome to Lib-Validation with the new release 0.2.0.

Lib-Validation is a library for easy validating in a JavaFX & Maven desktop application.

Summary

  • This is a minor update.
  • New is the annotation NewDuration and the corresponding validator NewDurationValidator.

Feature

#14 [api] Create new class ValidationFactory.
#12 [api] Create new constraint 'NewDuration'.
#10 [pom] Integrate 'Bean Validation 2.0' libraries into the pom.xml.
#8 [api] Add new method 'nonNull(Object): boolean'.
#7 [api] Add new method 'isNull(Object): boolean'.

Enhancement

#9 [doc] Update the documentation to v0.2.0.

Refactoring

#13 [api] Create new class PreConditionValidator.
#11 [doc] Update section 'Installation' topic 'JavaFX Scene Builder'.

Greetings
Naoghuman

#8 [api] Add new method 'nonNull(Object): boolean'.