Skip to content

Releases: goreleaser/fileglob

v1.4.0

02 Oct 15:16
97bddb4

Choose a tag to compare

Changelog

New Features

Bug fixes

Other work

v1.3.0

10 Feb 01:08
v1.3.0
7e1d66d

Choose a tag to compare

Changelog

New Features

Bug fixes

Other work

v1.2.0

01 Mar 13:35

Choose a tag to compare

Changelog

80e86ff chore: remove log
f26181e test: fix quotemeta when starting with ../ (#22)

v1.1.1

28 Feb 16:44

Choose a tag to compare

Changelog

5ff3f6a fix: prefix on direct match

v1.1.0

28 Feb 16:25
975308f

Choose a tag to compare

Changelog

975308f fix: resolve ../ on pattern (#21)

v1.0.1

27 Feb 18:14
d5e84dd

Choose a tag to compare

Changelog

d5e84dd fix: remove /v1

v1.0.0

27 Feb 18:10
a1cbf6b

Choose a tag to compare

Changelog

a1cbf6b feat: replacing afero.Fs with fs.FS (#17)
71ebeed fix: lint rules
e8fbecf refactor: rename separator
0e04fc3 feat: remove deprecated option (#18)
67591a1 feat: go 1.16, build matrix, lint action

v0.4.0

04 Feb 22:46

Choose a tag to compare

Changelog

03e0a2d refactor: rename fs
1c62da4 docs: improve readme
c3f5596 fix(ci): enable gofumpt
7ae7625 refactor: gofumpt
7408fde feat: make MatchDirectories clearer (#15)

v0.3.1

08 Dec 23:19
db715ee

Choose a tag to compare

Changelog

db715ee fix: add a test stage that runs on windows (#14)
f130ce4 fix: file paths on windows conflict with the ast escape rune so we need to keep paths in the linux style (#12)

v0.3.0

09 Nov 19:04
b27e0ce

Choose a tag to compare

Changelog

b27e0ce test: added failing tests (#8)
6c2892c test: Add error type check in test. (#9)
0b47fb0 fix: handle file not found (#6)
95758cf feat: Add ContainsMatchers and ValidPattern. (#7)
8c8b91c docs: godoc