Skip to content

Releases: witchcraftjs/nuxt-postgres

v0.3.2

15 Oct 01:40
Compare
Choose a tag to compare

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

12 Oct 14:45
Compare
Choose a tag to compare

0.3.1 (2025-10-12)

⭐ New Features

added option to switch to db that does not exist (33afa28)

v0.2.7

04 Oct 20:48
Compare
Choose a tag to compare

0.2.7 (2025-10-04)

πŸ› Fixes

fixed type error when using useClientDb without arguments (5f6bfdc)

v0.2.6

03 Oct 03:10
Compare
Choose a tag to compare

0.2.6 (2025-10-03)

πŸ› Fixes

actually fixed re-initialize error (ec09727)

v0.2.5

03 Oct 03:00
Compare
Choose a tag to compare

0.2.5 (2025-10-03)

πŸ› Fixes

fixed cannot re-initialize error (5abd687)

v0.2.4

03 Oct 01:44
Compare
Choose a tag to compare

0.2.4 (2025-10-03)

πŸ› Fixes

clientDabataseManager's deleteEntry now closes the database if it can (0b71e09)

v0.2.3

01 Oct 00:41
Compare
Choose a tag to compare

0.2.3 (2025-10-01)

πŸ› Fixes

temporary fix for types issue (582f1c0)

v0.2.1

24 Sep 01:50
Compare
Choose a tag to compare

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

23 Sep 22:50
Compare
Choose a tag to compare

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

17 Sep 16:05
Compare
Choose a tag to compare

0.1.4 (2025-09-17)

πŸ“– Documentation

fix README (a3daa16)