did_you_mean v1.4.0 Release Notes

Release Date: 2020-05-09 // almost 4 years ago
  • ๐Ÿš€ released at 2020-05-09 02:56:43 UTC

    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 the main ruby/ruby repo (#132, #131, and ruby/ruby#2631).

    ๐Ÿ”‹ Features

    ๐Ÿ› 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)