Skip to content

Releases: thelinuxer/pgvoyager

v0.1.24

14 Feb 13:18

Choose a tag to compare

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

20 Jan 15:20

Choose a tag to compare

Full Changelog: v0.1.22...v0.1.23

v0.1.22

20 Jan 11:49

Choose a tag to compare

Full Changelog: v0.1.21...v0.1.22

v0.1.20

06 Jan 19:50

Choose a tag to compare

Full Changelog: v0.1.19...v0.1.20

v0.1.19

06 Jan 17:36

Choose a tag to compare

Full Changelog: v0.1.18...v0.1.19

v0.1.18

06 Jan 13:01

Choose a tag to compare

Full Changelog: v0.1.17...v0.1.18

v0.1.17

06 Jan 12:44

Choose a tag to compare

Full Changelog: v0.1.16...v0.1.17

v0.1.16

04 Jan 18:18

Choose a tag to compare

Full Changelog: v0.1.15...v0.1.16

v0.1.15

04 Jan 16:25

Choose a tag to compare

Full Changelog: v0.1.14...v0.1.15

v0.1.14

04 Jan 10:36

Choose a tag to compare

Full Changelog: v0.1.13...v0.1.14