Releases: thelinuxer/pgvoyager
Releases · thelinuxer/pgvoyager
v0.1.24
Schema DDL Actions + E2E Tests
New Features
- Create Schema — Button in sidebar header + modal dialog
- Drop Schema — Context menu on schema nodes with CASCADE option
- Create Table — Context menu on schema nodes with dynamic column builder (type dropdown, nullable, PK)
- Add Constraint — Context menu on table nodes supporting FK, UNIQUE, and CHECK constraints
Backend
- 4 new API endpoints:
POST /schemas,DELETE /schemas/:schema,POST /tables/:schema,POST /tables/:schema/:table/constraints
E2E Tests
- 10 new data popup tests (JSON/XML cell display, syntax highlighting, open/close, copy, query editor)
- 5 new schema DDL tests (create schema, create table, add constraint, drop schema)
- Updated page objects and test data setup
Full Changelog: v0.1.23...v0.1.24
v0.1.23
Full Changelog: v0.1.22...v0.1.23
v0.1.22
Full Changelog: v0.1.21...v0.1.22
v0.1.20
Full Changelog: v0.1.19...v0.1.20
v0.1.19
Full Changelog: v0.1.18...v0.1.19
v0.1.18
Full Changelog: v0.1.17...v0.1.18
v0.1.17
Full Changelog: v0.1.16...v0.1.17
v0.1.16
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Full Changelog: v0.1.13...v0.1.14