Releases: mfwgenerics/koala
Releases · mfwgenerics/koala
0.0.14
What's Changed
- feat: upgrade to buildless gradle plugin by @sgammon in #38
- fix: upgrade gradle →
8.1.1by @sgammon in #39 - Documentation and Postgres Support for
generateSqlby @mfwgenerics in #42 - Extended Postgres ON CONFLICT support by @mfwgenerics in #43
Full Changelog: 0.0.13...0.0.14
0.0.13
What's Changed
- chore: more build speed improvements by @sgammon in #34
- CTEs and joins in updates by @mfwgenerics in #37
Full Changelog: 0.0.12...0.0.13
0.0.12
What's Changed
- Fix overload resolution ambiguity regression on setTo(null) by @mfwgenerics in #33
0.0.11
What's Changed
- Generic Type Support by @mfwgenerics in #19
- Build caching + scan support in CI by @sgammon in #22
- Allow passing in TypeMappings to PostgresDS by @eleleung in #30
- User defined base columns by @mfwgenerics in #31
- JSONB column type by @eleleung
New Contributors
Full Changelog: 0.0.10...0.0.11
0.0.10
What's Changed
- feat: add pg ilike operator by @eleleung in #16
- Extensible operations by @mfwgenerics in #17
- Add JSON as a supported Column for DeclareStrategy by @mfwgenerics in #18
New Contributors
Full Changelog: 0.0.9...0.0.10
0.0.9
- Tables can now be declared with a schema e.g.
MyTable: Table("my_schema", "my_table") // my_schema.my_table - Errors include table names to make them more descriptive
0.0.8
- Postgres DDL supports DEFAULTs
- Postgres schema diffing is now minimally supported
0.0.7
- Pg DataTypeTests
- Pg JsonData
- Fixed nullptr when reading Pg Instants
0.0.6
- java.time.Instant for Postgres by @mfwgenerics in #2
0.0.5
JSON column type
DataType.mapToEnum
.selectDistinctAll
Smarter data mapping conflict handling for selects by @mfwgenerics in #1