All Versions
16
Latest Version
Avg Release Cycle
5 days
Latest Release
1255 days ago

Changelog History
Page 1

  • v0.4.1 Changes

    November 11, 2020

    ๐Ÿ”„ Changelog

    fc0fcf6 Fix triggering violations within a wokeignore inline ignore comment (#43)
    ๐Ÿ— 1e4ff6a build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#35)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.4
    • ๐Ÿณ docker pull getwoke/woke:0.4.1
  • v0.4.0 Changes

    October 29, 2020

    NOTE

    ๐Ÿš€ This release does not have a breaking change, but rules will be in violation now, by default, without a word boundary. In previous releases, rules were only in violation if they were surrounded by a word boundary (ie regex: \b(violation)\b). The default behavior is now regex: (violation).

    ๐Ÿš€ This release may trigger more violations than previous releases. See https://github.com/get-woke/woke#options for disabling this behavior on a per-rule basis.

    ๐Ÿ”„ Changelog

    883bcdf Add rule option for enabling/disabling word boundary (#34)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.4
    • ๐Ÿณ docker pull getwoke/woke:0.4.0
  • v0.3.0 Changes

    October 27, 2020

    ๐Ÿ”„ Changelog

    9481ea2 Bug fix: last line of a file that does not end in a new line is no longer skipped (#33)
    ๐Ÿ“œ a0a2ccb Parse all text files, not just text/plain (#25)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.3
    • ๐Ÿณ docker pull getwoke/woke:0.3.0
  • v0.2.2 Changes

    October 24, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ 1e1cb78 Add Windows installation via scoop

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.2
    • ๐Ÿณ docker pull getwoke/woke:0.2.2
  • v0.2.1 Changes

    October 23, 2020

    ๐Ÿ”„ Changelog

    853ff50 Bug fix: Only trim trailing new-line when reading lines (#32)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.2
    • ๐Ÿณ docker pull getwoke/woke:0.2.1
  • v0.2.0 Changes

    October 21, 2020

    ๐Ÿ”„ Changelog

    3dc4c1e Add JSON output type (#26)
    84d282c Bump github.com/mattn/go-colorable from 0.1.4 to 0.1.8 (#29)
    b49fb61 Bump github.com/spf13/cobra from 1.0.0 to 1.1.1 (#30)
    ๐Ÿš€ d4c9a32 Update pkg.go.dev and gocenter docs on release

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.2
    • ๐Ÿณ docker pull getwoke/woke:0.2.0
  • v0.1.16 Changes

    October 15, 2020

    ๐Ÿ”„ Changelog

    1527ecf Fix disabled rule causing false-positive filename violations (#22)
    ๐Ÿ 4980327 Support Windows colors (#20)
    ๐Ÿ a6ce084 Use slashed paths for better output on Windows (#23)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.1
    • ๐Ÿณ docker pull getwoke/woke:0.1.16
  • v0.1.15 Changes

    October 07, 2020

    ๐Ÿ”„ Changelog

    bb7fb8d Add feedback when there are no violations found
    6bd077b Add license scan report and status
    โœ… 7325fb9 add good.yml file for testing
    ae22c8b reformat to use tabs

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.1
    • ๐Ÿณ docker pull getwoke/woke:0.1.15
  • v0.1.14 Changes

    September 30, 2020

    ๐Ÿ”„ Changelog

    3d7bfdd Add different result type for filename violations
    8fd1901 Adding 'yinz' to list of gender neutral second person plurals
    0dc39b6 Create dependabot.yml
    โœ… 93d21f3 Make sure all files are deleted after tests are done.
    a307f21 Only ignore files that should be ignored within this repo
    โœ… a58216b PR test for running go run main.go
    ๐Ÿšš 9115d1c Remove usages of t.TempDir() to be compatible with golang 1.14.
    ๐Ÿ— 655a0ae Use strings.Builder instead of fmt.Sprintf

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.1
    • ๐Ÿณ docker pull getwoke/woke:0.1.14
  • v0.1.13 Changes

    September 15, 2020

    ๐Ÿ”„ Changelog

    e0dc003 Only set rule regex once
    ๐Ÿšš 4059877 Remove he default rule
    dc4472d Run renovate weekly
    โšก๏ธ 0d3e4a5 chore(deps): update module rs/zerolog to v1.20.0 (#7)

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull getwoke/woke:latest
    • ๐Ÿณ docker pull getwoke/woke:0.1
    • ๐Ÿณ docker pull getwoke/woke:0.1.13