Skip to content

v2.2.0 Release of Value Converters

Compare
Choose a tag to compare
@rainbowdashlabs rainbowdashlabs released this 27 May 09:58
· 56 commits to main since this release
c7dd962

What's Changed

this release contains a newly added ValueReader class, which allows reading all kind of types from a ResultSet. Pre defined Value Reader can be accessed via the StandardValueReader class. Value readers for all date and time classes are present

Adapters for missing date and time classes were added.

The Adapters and ValueReaders for certain types are now grouped in ValueConverters accessible via the StandardValueConverters class. Those implement the Adapter and ValueReader class allowing them to be used for reading and writing values at the same time. Have a look at #182 for further information and examples.

New Contributors

Full Changelog: v2.1.0...v2.2.0