Releases: witchcraftjs/nuxt-postgres
Releases Β· witchcraftjs/nuxt-postgres
v0.3.2
0.3.2 (2025-10-15)
π Fixes
fixed non-default pglite db name not actually changing the db used (9308656)
Removed default clientPgLitePath from the runtimeConfig, it is now a runtime
only option and has been changed to a function (so it can be passed the db
name).
v0.3.1
0.3.1 (2025-10-12)
β New Features
added option to switch to db that does not exist (33afa28)
v0.2.7
0.2.7 (2025-10-04)
π Fixes
fixed type error when using useClientDb without arguments (5f6bfdc)
v0.2.6
0.2.6 (2025-10-03)
π Fixes
actually fixed re-initialize error (ec09727)
v0.2.5
0.2.5 (2025-10-03)
π Fixes
fixed cannot re-initialize error (5abd687)
v0.2.4
0.2.4 (2025-10-03)
π Fixes
clientDabataseManager's deleteEntry now closes the database if it can (0b71e09)
v0.2.3
0.2.3 (2025-10-01)
π Fixes
temporary fix for types issue (582f1c0)
v0.2.1
0.2.1 (2025-09-24)
π Fixes
fixed password getting hard coded into output, removed option to read it from env (9b14110)
v0.2.0
0.2.0 (2025-09-23)
π Fixes
fix production path error (c510bc0)
Paths are now resolved relative to the directory. Not doing so means the
absolute path gets baked in and if the path is slightly different in the actual
prod server (as compared to the build server) we get issues.
If you pass: ~~/db it will now resolve to db both during dev
and production. The module will resolve them again internally when it needs
them.
β οΈ BREAKING CHANGES
renamed and fixed migrationJsonOutput => clientMigrationJsonOutpath (2250818)
It wasn't actually being used before.
v0.1.4
0.1.4 (2025-09-17)
π Documentation