Skip to content

v1.4.0

Compare
Choose a tag to compare
@yuki24 yuki24 released this 09 May 02:56
· 134 commits to master since this release

As of Ruby 2.7, the did_you_mean gem has been promoted up to a default gem. I would like to thank @kddeisz for his hard work on making the entire gem easily portable to the main ruby/ruby repo (#132, #131, and ruby/ruby#2631).

Features

  • Add a new tree spell checker (#119, @obromios)
  • Add a public API for registering an error (#123, @kddeisz)

Bug fixes

  • Fixes a bug where wrong suggestion could be made when string requested on hash and keys are symbols (@localhostdotdev, #134)

Breaking changes

  • Experimental features have been removed (#135)

Internal changes

  • Replace Travis CI with GitHub Actions (#124)
  • Drop mintiest dependency (#129)
  • Drop delegate dependency (#138)