v0.18.0
What's Changed
BREAKING CHANGE: Filter func now takes columns as a parameter. Ignore this parameter in your filter func if it's unused and all behavior should remain the same.
- feat: bump golangci-lint to v2.3.1 by @IAL32 in #198
- Add a test that the default border is actually the default by @Evertras in #200
- Update interface{} to any by @Evertras in #202
- feat: Add
WithFuzzyFilterto enable fuzzy filter matching by @IAL32 in #196 - Add cell style func by @Evertras in #203
New Contributors
Full Changelog: v0.17.2...v0.18.0