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. |
No changes in this release.
Type | Changes | By |
---|---|---|
![]() |
Add Wrapper for java.nio.file.attribute.FileTime. | Sven |
Type | Changes | By |
---|---|---|
![]() |
Start new Release build. | Sven |
Type | Changes | By |
---|---|---|
![]() |
Add Generator for value object implementations. | Sven |
![]() |
Add Wrapper for JodaTime. | Sven |
![]() |
Add Wrapper for java.util.Date. | Sven |
Type | Changes | By |
---|---|---|
![]() |
Rename artifact and repository from vo-lib to valueobject-library. | Sven |
![]() |
Move SpeakingComparable in own project. | Sven |
![]() |
Add Project Page and Documentation. | Sven |
Type | Changes | By |
---|---|---|
![]() |
Moved Value#asChar and Value#asCharacter to CharWrapper, breaks backward compatibility. | Sven |
![]() |
Change Value#getValue to return the technical type which is a sub type of Comparable instead of object, breaks backward compatibility. | Sven |
![]() |
Prevent NullPoinerException. Check argument of object based Wrappers (String, BigInteger, BigDecimal), does not allow null value. | Sven |
Type | Changes | By |
---|---|---|
![]() |
In AbstractValue a #toString Method is added. It prints the implementing class and the value. | Sven |
![]() |
The metaType parameter was removed. It was not necessary and simplifies the API. On the other hand this change breaks backward compatibility. | Sven |
Type | Changes | By |
---|---|---|
![]() |
Initial release. | Sven |