Skip to content

Releases: whiteclarkegroup/liquibase-linter

v0.5.1

09 Mar 10:41
Compare
Choose a tag to compare

This is a bugfix release as we shape up some bigger changes for 1.0.0

🐞 Bug fixes:

  • #93 skip enforcing has-comment rule if change is a tagDatabase
  • #100 honour ignore-files-pattern when linting changelogs (via @rbratten)

v0.5.0

13 Nov 08:18
Compare
Choose a tag to compare

⭐️ Features:

  • #74 "enable after" support for easier integration into existing projects
  • #76 #75 support for formatted sql change log parser

v0.4.0

13 Nov 08:13
Compare
Choose a tag to compare

⭐️ Features:

  • #58 file-not-included rule
  • #60 modify modify-data-enforce-where enhanced to support pattern matching on the where condition
  • #56 support for supplying multiple configurations for a rule

v0.3.0

28 Nov 15:41
Compare
Choose a tag to compare

⭐️ Features:

  • Custom rules support
  • #20 Error aggregation with console report at end
  • #36 no-schema-name rule
  • #7 Support for JsonChangeLogParser
  • #6 Support for YamlChangeLogParser

🐞 Bug fixes:

  • #43 ConfigLoader looks for lqllint.json where docs say lqlint.json
  • #39 Apply object-name-length rule for views and column names

v0.2.1

11 Sep 08:06
Compare
Choose a tag to compare

🐞 Bug fixes:

  • #29 no-duplicate-includes should not count files without any changeSets