Skip to content

Releases: sbdchd/squawk

v0.5.1

08 Oct 02:29
3a3696d

Choose a tag to compare

Fixed

  • run prefer-text-field on alter table statments

v0.5.0

09 Sep 03:54
ffd7463

Choose a tag to compare

Added

  • new rule adding-primary-key-field

Fixed

  • parsing ->> operator

v0.4.1

20 Aug 02:47
045de3f

Choose a tag to compare

Fixed

  • parse function calls in alter table statements

v0.4.0

20 Jul 03:23
7945161

Choose a tag to compare

Added

  • new rule ban-char-type

v0.3.0

10 Jul 21:57
d550c14

Choose a tag to compare

Changed

  • upload-to-github comment formatting to hopefully be more clear
  • docs on crates.io for sub crates

v0.2.3

10 Jul 03:12
05dfe50

Choose a tag to compare

Added

  • new rule prefer-robust-stmts

v0.2.2

26 Jun 02:25
e9707ef

Choose a tag to compare

Fixed

  • upload-to-github commenting on PRs when no files provided (#30)

v0.2.1

25 Jun 13:18
5b2cf9b

Choose a tag to compare

Changed

  • remove SQUAWK_GITHUB_BOT_NAME env var for github upload, no longer needed (#27)

Fixed

  • false positive in unique constraint rule (#28)

v0.2.0

24 Jun 02:57
7ad04d0

Choose a tag to compare

Added

  • logging, mainly around upload-to-github (#24)
  • --stdin-filepath argument (#23)
  • output a success message for CLI tty reporter (#22)

Changed

  • prefix env vars with SQUAWK_ (#21)

Fixed

  • error level HTTP status codes not being errors (#20)

v0.1.4

22 Jun 00:05
8953be0

Choose a tag to compare

Added

  • upload-to-github subcommand for outputing squawk results in a GitHub PR
    comment.
  • print help menu when no options provided
  • automatically detect stdin instead of using the - path

Fixed

  • off by one error in slicing problem SQL for the tty reporter