Releases: oyvindberg/typo
Releases · oyvindberg/typo
0.11.0
What's Changed
- Add
selectByIdsTracked
(fix #45 ) by @oyvindberg in #97 - Docusaurus 3 by @oyvindberg in #98
Full Changelog: v0.10.0...v0.11.0
0.10.0
What's Changed
selectByIds
anddeleteByIds
for composite key types by @oyvindberg in #94- Add convenience
apply
method for row types with composite types: by @oyvindberg in #95 - reshuffle repo methods. rename
delete
=>deleteById
by @oyvindberg in #96
Full Changelog: v0.9.0...v0.10.0
0.9.0
What's Changed
- Improve type flow by @oyvindberg in #89
- Drop Scala 2.12 support by @oyvindberg in #92
- Table comments by @oyvindberg in #91
- Add
rewriteDatabase
option to rewrite database schema snapshot before codegen by @oyvindberg in #90
Full Changelog: v0.8.0...v0.9.0
0.8.0
What's Changed
- DSL: hide
Structure
inFields.structure
so there is less surface by @oyvindberg in #86
Full Changelog: v0.7.1...v0.8.0
0.7.1
What's Changed
- Fix
generateMockRepos
(closes #81) by @oyvindberg in #82 - Add
Options#enablePrimaryKeyType
(fix #77) by @oyvindberg in #83
Full Changelog: v0.7.0...v0.7.1
0.7.0
What's Changed
- Don't crash in MetaDb.scala by @mberndt123 in #74
- Add "The compilation cost of implicits" blog post by @oyvindberg in #75
- Improve naming by @oyvindberg in #80
- Support identity columns by @oyvindberg in #79
New Contributors
- @mberndt123 made their first contribution in #74
Full Changelog: v0.6.0...v0.7.0
0.6.0
What's Changed
RepoImpl
are now classes by @oyvindberg in #68- Add zio blog post by @oyvindberg in #69
- Document
Selector
(Fixes #70) by @oyvindberg in #72 - Add support for generating code into a build with multiple projects by @oyvindberg in #73
Full Changelog: v0.5.0...v0.6.0
0.5.0
What's Changed
- Implement
zio-jdbc
backend by @guizmaii in #57 - Build Postgres images for multiple Postgres major versions via matrix by @sbrunk in #66
- Drop importing all postgres relations for adventureworks test database by @oyvindberg in #67
- Streaming inserts by @oyvindberg in #65
- RepoImpl are now classes by @oyvindberg in #68
New Contributors
Full Changelog: v0.4.2...v0.5.0
0.4.2
What's Changed
- Analyze views lazily (towards #49) by @oyvindberg in #56
- Add docker image with pgvector extension by @sbrunk in #59
- Fix setting latest tag for integration-test Docker image by @sbrunk in #60
- Add support for
vector
extension (fixes #58) by @oyvindberg in #61 - extend
ArrayTest
with more than just custom types by @oyvindberg in #62 - Readonly repositories by @oyvindberg in #63
New Contributors
Full Changelog: v0.4.1...v0.4.2
0.4.1
What's Changed
- Ordering for string enums (Fixes #54) by @oyvindberg in #55
Full Changelog: v0.4.0...v0.4.1