Change Log

Release History

Version Date Description
0.5.0 2015 Validation
0.4.3 2015-04-20 Add support for FileTime.
0.4.2 2014-12-21 Release Build 0.4.1 was broken
0.4.1 2014-12-21 Add support for Date, DateTime, JodaTime and Generator.
0.4.0 2014-10-12 Rename project.
0.3.0 2014-09-21 Define more precisely API.
0.2.0 2014-09-07 Clean up.
0.1.0 2014-08-17 Initial release.

Release 0.5.0 – 2015

No changes in this release.

Release 0.4.3 – 2015-04-20

Type Changes By
Add Add Wrapper for java.nio.file.attribute.FileTime. Sven

Release 0.4.2 – 2014-12-21

Type Changes By
Add Start new Release build. Sven

Release 0.4.1 – 2014-12-21

Type Changes By
Add Add Generator for value object implementations. Sven
Add Add Wrapper for JodaTime. Sven
Add Add Wrapper for java.util.Date. Sven

Release 0.4.0 – 2014-10-12

Type Changes By
Update Rename artifact and repository from vo-lib to valueobject-library. Sven
Remove Move SpeakingComparable in own project. Sven
Add Add Project Page and Documentation. Sven

Release 0.3.0 – 2014-09-21

Type Changes By
Remove Moved Value#asChar and Value#asCharacter to CharWrapper, breaks backward compatibility. Sven
Update Change Value#getValue to return the technical type which is a sub type of Comparable instead of object, breaks backward compatibility. Sven
Update Prevent NullPoinerException. Check argument of object based Wrappers (String, BigInteger, BigDecimal), does not allow null value. Sven

Release 0.2.0 – 2014-09-07

Type Changes By
Add In AbstractValue a #toString Method is added. It prints the implementing class and the value. Sven
Remove The metaType parameter was removed. It was not necessary and simplifies the API. On the other hand this change breaks backward compatibility. Sven

Release 0.1.0 – 2014-08-17

Type Changes By
Unknown Initial release. Sven