v0.22.0
github-actions
released this
07 Sep 21:32
·
398 commits
to refs/heads/main
since this release
v0.22.0
Support composite primary keys & postgres array bugfixes
Major changes
- feat(composite): add primary key query helper (#964) @steebchen
- fix(engine): transform arrays for postgres raw query support (#983) @steebchen
Changes
- ci(workflows): add auto merge dep PRs action (#936) @steebchen
- ci(integration): temp fix for macOS action bug (#947) @steebchen
- feat(prisma): upgrade prisma to 5.2.0 (#946) @steebchen
- docs(help): add heading (#960) @steebchen
- chore(editorconfig): fix space indent styles (#958) @steebchen
- ci(integration): rename alpine to match other workflows (#959) @steebchen
- fix(composite): support composite primary key in create ops (#961) @steebchen
- refactor(test/composite-id): use table test (#962) @steebchen
- feat(composite): add primary key query helper (#964) @steebchen
- chore(idea): ignore .idea folder, keep run configs (#965) @steebchen
- refactor(test/composite-id): cleanup schema (#966) @steebchen
- test(composite): add tests for linking composite primary keys (#967) @steebchen
- docs(composite): add composite key docs (#968) @steebchen
- fix(generator): escape datamodel schema (#971) @steebchen
- refactor(test/int-cursor): rename package (#972) @steebchen
- chore(project): code cleanup (#973) @steebchen
- ci(lint): add editorconfig lint check (#974) @steebchen
- ci(auto-merge): improve dependabot auto merge (#980) @steebchen
- refactor(raw): extract convert type function (#982) @steebchen
Contributors
Full Changelog: v0.21.0...v0.22.0