Skip to content

Releases: tamimattafi/kabin

0.1.0-alpha14

15 Oct 09:14
b35fd48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0-alpha13...0.1.0-alpha14

0.1.0-alpha13

22 Sep 15:18
58a0bbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0-alpha12...0.1.0-alpha13

0.1.0-alpha12

04 Jun 01:32
e89e894
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #26 by PR #27

0.1.0-alpha11

03 Jun 18:27
9b2cc56
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #24 by PR #25

0.1.0-alpha10

22 May 20:26
7404e5e
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #22 by PR #23

0.1.0-alpha09

18 May 19:48
7860174
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #20 by PR #21

0.1.0-alpha08

17 May 02:06
8df0234
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #18 by PR #19

0.1.0-alpha07

19 Apr 15:34
408732c
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #16 by PR #17

0.1.0-alpha06

19 Apr 09:42
c29e7f8
Compare
Choose a tag to compare

Fixed Issues:

  1. Fixed #9 by PR #13
  2. Fixed #11 by PR #14
  3. Fixed #12 by PR #15

Possible Breaking Changes:

  1. Flag foreignKeyConstraintsEnabled was moved to KabinExtendedConfig, which is now referenced inside KabinDatabaseConfiguration
  2. Database factory methods newInstance and createScheme now require KabinDatabaseConfiguration as a parameter
  3. The default primary key state is now DEFERRABLE INITIALLY IMMEDIATE, you might need to upgrade your database version

0.1.0-alpha05

05 Apr 08:36
422c72b
Compare
Choose a tag to compare

Merged: #10