Release 3.1.0
Potentially beaking change: ColReader.option
was removed.
This method was intended to have been private from the beginning, but was accidentally public. This is technically a breaking change. However, given that it is unlikely that any external code is using this method, this was released as a minor version instead of a major version.
Other Changes:
- Add support for scala.math.BigDecimal to Parameterizable
- Change ColReader to be implemented in terms of
SqlRow
to make the parsing more consistent - Change generateParser to work for classes with more than 22 fields (scala 3 support)
- Remove deprecated view bounds
- Update documentation
- Change
SqlRow.date
andSqlRow.dateOption
to return an actualjava.util.Date
instance.