Skip to content

v1.0.2

Choose a tag to compare

@yuki24 yuki24 released this 20 Nov 18:03
· 359 commits to master since this release

This version is only compatible with Ruby 2.3 and later.

Features

  • Experimental features are officially available through require 'did_you_mean/experimental'

Deprecations

  • require 'did_you_mean/extra_features' is now deprecated in favor of require 'did_you_mean/experimental'

Internal Changes

  • Replaced the DidYouMean::SpellCheckable module with the DidYouMean::SpellChecker class. This is a slower implementation but close to the model explained in this talk, more reusable and possibly makes it easier to expose the class as a public interface.