Skip to content

Releases: get-woke/woke

v0.4.0

29 Oct 02:32
Compare
Choose a tag to compare

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

27 Oct 23:14
9481ea2
Compare
Choose a tag to compare

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

24 Oct 20:42
Compare
Choose a tag to compare

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

23 Oct 04:01
853ff50
Compare
Choose a tag to compare

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

21 Oct 19:47
b49fb61
Compare
Choose a tag to compare

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

15 Oct 21:43
Compare
Choose a tag to compare

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

07 Oct 18:34
0c1e53e
Compare
Choose a tag to compare

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

30 Sep 20:04
85482dd
Compare
Choose a tag to compare

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

15 Sep 20:03
Compare
Choose a tag to compare

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

v0.1.12

14 Sep 16:39
Compare
Choose a tag to compare

Changelog

3746e52 Add whitebox, blackbox default rules
11f0075 Configure Renovate (#4)
9ed7320 Fix some misspellings
9f80839 chore(deps): update golang docker tag to v1.15 (#5)

Docker images

  • docker pull getwoke/woke:latest
  • docker pull getwoke/woke:0.1
  • docker pull getwoke/woke:0.1.12