Skip to content

Releases: MattGson/relational-schema

v0.6.1

04 Feb 04:45
Compare
Choose a tag to compare

0.6.1 (2023-02-04)

Bug Fixes

  • ci: fixes test failures (37a8dad)
  • tests: fixes test and lint issues (f0014ea)

v0.6.0

25 Jul 03:51
Compare
Choose a tag to compare

0.6.0 (2022-07-25)

Features

  • postgres: provides maximum char length for columns (62c1e5c)

v0.5.1

25 Oct 22:55
Compare
Choose a tag to compare

0.5.1 (2021-10-25)

Bug Fixes

  • introspect: fixes ordering of tables, columns etc to be stable (09acd99), closes #25

v0.5.0

11 Oct 20:25
Compare
Choose a tag to compare

0.5.0 (2021-10-11)

Features

  • constraint-actions: adds schema for referential constraint actions (on delete, on update) (78d39b6)

v0.4.4

27 Sep 20:45
Compare
Choose a tag to compare

0.4.4 (2021-09-27)

Bug Fixes

  • introspect: fixes crash on empty contraints list (8c23049)

v0.4.3

26 May 08:35
Compare
Choose a tag to compare

0.4.3 (2021-05-26)

Bug Fixes

  • cardinality-resolver: fixes bug with finding one-to-one relations (341d4ae)

v0.4.2

11 May 06:06
Compare
Choose a tag to compare

0.4.2 (2021-05-11)

Bug Fixes

  • gen: makes export format consistent across file formats (3a3867f)

v0.4.1

11 May 03:22
Compare
Choose a tag to compare

0.4.1 (2021-05-11)

Bug Fixes

  • config: fixes package json (aecde0b)
  • types: added index types (35604c6)
  • types: included types export (a4d63c9)

v0.4.0

11 May 01:11
Compare
Choose a tag to compare

0.4.0 (2021-05-11)

Features

  • cli: print a relation tree from a table (f73d689), closes #13

v0.3.1

10 May 20:20
Compare
Choose a tag to compare

0.3.1 (2021-05-10)

Bug Fixes

  • cli: fixes CLI entrypoint (45e14b5)