Skip to content

Releases: MrCurtis/fk-graph

v0.0.15

01 Feb 21:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

01 Feb 15:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v0.0.14

v0.0.13

31 Jan 23:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

30 Jan 16:14
Compare
Choose a tag to compare

What's Changed

  • Exclude edges with input row in list of tables by @MrCurtis in #33

Full Changelog: v0.0.11...v0.0.12

v0.0.11

29 Jan 18:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

28 Jan 02:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

27 Jan 11:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

27 Jan 01:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7: Ensure rows added for only selected foreign-keys.

10 Nov 15:01
Compare
Choose a tag to compare
Previously, when building the graph, the code would only add rows
realted through a reverse foreign-key relation only if they were
from a table included in the `only_tables` argument. However, rows
related by forward foreign-keys would be added regardless. This was a
mistake, and now the forward case is similar to the reverse case.

v0.0.5

04 Nov 13:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5