v0.5.0 adds:
await sql`select foo from bar`
syntax support, like thepostgres
library/bun- proper licensing (apache-2)
- support for all standard-schema validators in
sql.type
- improved error messages
- a few fixes - see notes below
0.4.x was skipped because there was a prerelease version on there but there was enough new stuff to jump to 0.5.0 to avoid confusion. Also confusingly I didn't make a release on github for 0.3.x.
There aren't breaking changes from 0.2.x -> 0.5.0 so I would recommend everyone to upgrade for the fixes if not the features.
@pgkit/client
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | d7699f3...a9a8cfc |
Commits
- a9a8cfc licensing (ty opencode?) (#448)
- c133125 chore: sqlFnInner readability (#453)
- 748bd9a fix: join with inner sql statement (#449)
- 9b2d0e5 add autofix.ci (#451)
- 092e4f4 await sql (#447)
- e47c6d2 Support any standard-schema in
sql.type
(#445) - 23a14a4 Merge branch 'pgkit' of https://github.com/mmkal/pgkit into pgkit
- 7b69f72 workaround pg lib type overrides error (#446)
- 8de565b Error snippets, "query" cli command, more helpful errors (#441)
@pgkit/formatter
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | 2253b99...a9a8cfc |
Commits
@pgkit/schemainspect
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | ce1b55b...a9a8cfc |
Commits
- a9a8cfc licensing (ty opencode?) (#448)
- 3c0b54d Add fixture with imparity for implicit index (#444)
- b203afe helper scripts to pull non-git-tracked original python repos
@pgkit/typegen
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | 597e7bb...a9a8cfc |
Commits
- a9a8cfc licensing (ty opencode?) (#448)
- 9b2d0e5 add autofix.ci (#451)
- 092e4f4 await sql (#447)
- e47c6d2 Support any standard-schema in
sql.type
(#445) - 8de565b Error snippets, "query" cli command, more helpful errors (#441)
@pgkit/migra
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | 597e7bb...a9a8cfc |
Commits
- a9a8cfc licensing (ty opencode?) (#448)
- 0ad59ff fix: migra test (pin Python package versions) (#452)
- 092e4f4 await sql (#447)
- 3c0b54d Add fixture with imparity for implicit index (#444)
- ff73e76 add shebang
- b203afe helper scripts to pull non-git-tracked original python repos
- 8de565b Error snippets, "query" cli command, more helpful errors (#441)
@pgkit/migrator
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | 597e7bb...a9a8cfc |
Commits
- a9a8cfc licensing (ty opencode?) (#448)
- 9b2d0e5 add autofix.ci (#451)
- 092e4f4 await sql (#447)
- 23a14a4 Merge branch 'pgkit' of https://github.com/mmkal/pgkit into pgkit
- 7b69f72 workaround pg lib type overrides error (#446)
- 8de565b Error snippets, "query" cli command, more helpful errors (#441)
@pgkit/admin
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | ac64ac2...a9a8cfc |
Commits
- a9a8cfc licensing (ty opencode?) (#448)
- 9b2d0e5 add autofix.ci (#451)
- 092e4f4 await sql (#447)
- 8de565b Error snippets, "query" cli command, more helpful errors (#441)
pgkit
old version | new version | compare |
---|---|---|
0.3.0 | 0.5.0 | 597e7bb...a9a8cfc |