Skip to content

v0.3.0

Compare
Choose a tag to compare
@ktr0731 ktr0731 released this 25 Dec 12:08
· 148 commits to master since this release
0d9e17e

Changelog

0d9e17e Merge pull request #35 from ktr0731/introduce-goreleaser
cf6641c generate CREDITS
6ef0001 introduce GoReleaser
8ba8c46 Merge pull request #34 from ktr0731/tweak-ci
c18bf41 ignore mock.go from Codecov target
3011bc4 configure golangci-lint to GitHub Actions
8b0da57 add .golangci.yml and fix lint errors
2a033e9 Merge pull request #33 from ktr0731/use-tools
bf4c7c2 use Go modules instead of dept
821eba4 Merge pull request #32 from tjmtmmnk/replace-to-tcell
159aa65 replace no longer needed functions
eb34660 use v2 flag
ae3ab9f clarify v2
bedd404 Update fuzzyfinder.go
0b0c964 use v2
f371c18 backward compatible for public interface
e37529d call Fini in find
a19c30d numCases doesn't interfere tcell limit
a432d84 follow comment style
56c7830 don't use panic, return error
a302584 mis-remove build tag
f095d03 embed screen
db0b770 remove comment about termbox
0e1592c sleep to filter
7fa1592 take lock
ae89753 mis flag position
7b394be apply workaround for tcell bug
fd4b878 call Fini when find done
703ab69 go test parallel one
f6c262a make more stable
7e24714 call Fini if not in test
825a74e update golden files
87172be migrate to tcell in test
c1de08d misuse style
6ae4881 mix color logic was wrong
efa7b49 replace with tcell function
6cc406b Merge pull request #31 from ktr0731/dependabot/go_modules/github.com/google/go-cmp-0.5.4
7826140 Bump github.com/google/go-cmp from 0.5.3 to 0.5.4
3900764 Merge pull request #30 from ktr0731/dependabot/go_modules/github.com/google/go-cmp-0.5.3
3209794 Bump github.com/google/go-cmp from 0.5.2 to 0.5.3
b2fac15 Merge pull request #28 from ktr0731/fix-docs
4b0cf87 Merge branch 'master' into fix-docs
179f0f3 fix README badge
f07e1d8 Merge pull request #27 from ktr0731/update-docs
9c15c40 update docs
66a4a15 Merge pull request #26 from fsmiamoto/master
ea86cca use a instead of an for ui
07df027 improve comments
64bd58f Merge pull request #25 from ktr0731/dependabot/go_modules/github.com/google/go-cmp-0.5.2
0dfd9ea Bump github.com/google/go-cmp from 0.5.1 to 0.5.2
1ceabab Merge pull request #24 from ktr0731/dependabot/go_modules/github.com/google/gofuzz-1.2.0
f25a238 Bump github.com/google/gofuzz from 1.1.0 to 1.2.0
741f72f Merge pull request #23 from ktr0731/dependabot/go_modules/github.com/google/go-cmp-0.5.1
1197670 Bump github.com/google/go-cmp from 0.5.0 to 0.5.1
82a8361 Merge pull request #21 from ktr0731/dependabot/go_modules/github.com/google/go-cmp-0.5.0
d6eb96f Bump github.com/google/go-cmp from 0.4.1 to 0.5.0
2c531c7 Merge pull request #20 from ktr0731/dependabot/go_modules/github.com/google/go-cmp-0.4.1
ff736c2 Bump github.com/google/go-cmp from 0.4.0 to 0.4.1
4ffa95a tweak coverage target