There are no functional changes in this release.
Miscellaneous changes:
- add API documentation generated by Dokka hosted at https://huanshankeji.github.io/exposed-adt-mapping/
- add CODE_OF_CONDUCT.md and CONTRIBUTING.md
- use the Kotlin binary compatibility validator
- bump Exposed to v0.56.0
- bump Exposed to 0.53.0
- add some more detailed exception messages
- add a
KFunction<R>.callWithCatch
function and use it on calling constructors for easier debugging - add a basic usage guide
- add a
selectWithMapper
table DSL