Skip to content

Latest commit

 

History

History
152 lines (68 loc) · 6.13 KB

CHANGELOG.md

File metadata and controls

152 lines (68 loc) · 6.13 KB

0.6.1 (2023-02-04)

Bug Fixes

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

0.6.0 (2022-07-25)

Features

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

0.5.1 (2021-10-25)

Bug Fixes

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

0.5.0 (2021-10-11)

Features

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

0.4.4 (2021-09-27)

Bug Fixes

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

0.4.3 (2021-05-26)

Bug Fixes

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

0.4.2 (2021-05-11)

Bug Fixes

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

0.4.1 (2021-05-11)

Bug Fixes

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

0.4.0 (2021-05-11)

Features

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

0.3.1 (2021-05-10)

Bug Fixes

  • cli: fixes CLI entrypoint (45e14b5)

0.3.0 (2021-05-10)

Features

  • transitive-relations: added support for transitive (many-to-many) relations (70e1aca), closes #14

0.2.3 (2021-05-10)

Bug Fixes

  • introspect: fixed relations introspection. Cardinality and column naming are consistent now (7b4aeb2)

0.2.2 (2021-05-06)

Bug Fixes

  • all: large refactoring to project setup, structure (cb318b4)

Performance Improvements

  • introspect: batches queries to bulk load for all tables up front (3651b74)

0.2.1 (2021-04-29)

Bug Fixes

0.2.0 (2021-04-29)

Features

  • cli: adds an optional prettierConfig argument (d3c2bea), closes #3

0.1.8 (2021-04-28)

Bug Fixes

  • ci: fixed release config (ce9f52b)

0.1.4 (2021-04-28)

Bug Fixes

  • ci: fixes standard-version (2b72fe3)

0.1.3 (2021-04-28)

Bug Fixes

  • ci: change to commitizen action (06f2c5a)
  • ci: fixes workflows (f482c71)

Others

  • git: add commitizen for consistent commit formatting (ce63ef8)

CI

  • publish: add configs for auto-versioning on CI (f80a38a)

0.1.2 (2021-04-28)

Fix

  • ci: fixes workflows
  • ci: change to commitizen action