Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed May 2, 2024
1 parent caa904b commit 4f28347
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# main

# 2.5.0

- Autoinsert trailing commas in embedded SQL blocks.
- BREAKING CHANGE: `Null.t` is no longer emitted, all `null` values are autoconverted to `option`. This gives a much more idiomatic ReScript experience.
- Emit actually runnable query in module comment for each query, instead of the original non-valid SQL query.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgtyped-rescript",
"version": "2.4.0",
"version": "2.5.0",
"type": "module",
"main": "lib/index.js",
"exports": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"io-ts-reporters": "^2.0.1",
"nunjucks": "3.2.4",
"pascal-case": "^3.1.1",
"pgtyped-rescript-query": "^2.3.0",
"pgtyped-rescript-query": "^2.4.0",
"piscina": "^4.0.0",
"tinypool": "^0.7.0",
"ts-parse-database-url": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgtyped-rescript-query",
"version": "2.3.0",
"version": "2.4.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 4f28347

Please sign in to comment.