- feat: module was re-designed and direct Neon DB communication was hidden behind Nuxt server-side API routes
- feat: direct access to
neonClient
on server-side was dropped - feat: runtime config values for Neon DB connection were properly hidden at Nuxt server-side
- feat: new
raw
SQL wrapper was added - feat: return values from SQL wrappers were made more consistent
- docs: README.md updated to reflect current changes
- build: bump Nuxt to
3.15.4
+ update other deps
- build: bump Nuxt to
3.15.0
+ update other deps - fix: set internal logging from
info
todebug
- fix: resolve
sqlstring
withvite-plugin-commonjs
- fix: handle
sqlstring
CommonJS import for ESM re-use
- fix: wrap
sqlstring
CommonJS import for ESM re-use
- fix: handle
sqlstring
CommonJS import for ESM re-use
- feat:
select
,insert
,update
anddelete
SQL wrapper - build: tech update (2024-12-02)
- feat:
sslMode
option added - feat:
nuxtStatus
health check function added - feat:
isOk
health check function added
- fix: correctly export Neon dependency
- basic Nuxt2Neon integration provided