Skip to content

Version 0.6.0

Latest
Compare
Choose a tag to compare
@Narnach Narnach released this 19 May 13:15
· 20 commits to stable since this release
2ae9d2b

This release bumps the minimum Ruby version, so it's technically breaking if you're using a currently unsupported Ruby version. It also improves the tokenization of URLs by using their structure and common token boundaries to easily extract tokens.

  • 🚨 Breaking: drop support for Ruby 2.6, minimum is 2.7 (#58)
  • 📢 Feat: add better tokenization support for URIs (#42, #44)
  • Dev: Rubocop ignores unsafe cops, hides info severity (#59)
  • Dev: enforce 100% test coverage (#60)