Releases: Naoghuman/lib-validation
New release v0.2.0
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 validatorNewDurationValidator
.
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'.
New release v0.1.0
Welcome to Lib-Validation
with the new release 0.1.0
.
Lib-Validation
is a library for easy
validating in a JavaFX & Maven desktop application.
Summary
- This is a mayor update.
- The hole library :) .
- With the interface
Validator
the developer can validate different default behaivours from objects. - With the class
ValidatorFacade
the developer can access the methods from the interface Validator.
Feature
#5 [docu] Prepare ReadMe for the v0.1.0.
#3 [impl] Add new class ValidatorFacade to 'core' package.
#2 [api] Add new interface Validator to 'core' package.
#1 [project] Add basic java project structure to github project.
Enhancement
#6 [stability] Add Unittests for the class 'ValidatorFacade'.
#4 [stability] Add Unittests for the interface 'Validator'.
Greetings
Naoghuman