Skip to content

Releases: uniqueck/asciidoctor-liquibase

v1.2.5

05 May 20:42
Compare
Choose a tag to compare

1.2.5 (2024-05-05)

Fix

  • Ignore all not supported changeset types (ec84abb)

v1.2.4

14 Sep 12:20
Compare
Choose a tag to compare

1.2.4 (2023-09-14)

Fix

  • wrong keys for foreign key column and table (469688b)

v1.2.3

10 Sep 21:14
Compare
Choose a tag to compare

1.2.3 (2023-09-10)

Fix

  • missing processing of foreignkey information's on addColumn / createTable changeset (fixes #15) (4b5d08d), closes #15

Test

  • add cucumber tests for extractor elements (ef6e72d)

v1.2.2

19 Aug 16:40
Compare
Choose a tag to compare

1.2.2 (2023-08-19)

Fix

  • changeset extractor addPrimaryKey (fixes #12) (488efe8), closes #12

Test

  • add cucumber test for decision table liquibase-elements (4fc4eef)

v1.2.1

05 Jul 16:29
Compare
Choose a tag to compare

1.2.1 (2023-07-05)

Chore

  • Fix eslint configuration and script (2929965)
  • Fix lint errors & warnings (76677f8)

Fix

  • read relative files via antora virtual file system (515902d)

v1.2.0

16 Jun 17:21
Compare
Choose a tag to compare

1.2.0 (2023-06-16)

Build

  • add keywords and add changelog to node js package (c5e10b8)

Docs

  • remove duplicated changelog file in adoc format (3a65933)

Fix

  • extract columns of addColumn changeSet type correctly (161c14a)

Update

  • Ignore changeSet elements of type update (703e662)

v1.1.0

16 Jun 12:34
Compare
Choose a tag to compare

1.1.0 (2023-06-16)

Build

  • Fix script in Github Workflow to call semantic release (d296549)
  • improve release process via semantic-release (8fefbd7)

New

  • handle modifyDataType changeSet type (a78afa6)