Skip to content

v0.18.0

Choose a tag to compare

@Evertras Evertras released this 02 Sep 16:18
· 6 commits to main since this release
495d893

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 WithFuzzyFilter to 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