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, 2020NOTE
๐ 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 -
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 -
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 runninggo 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 Removehe
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
- ๐ณ