v1.0.2
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 ofrequire 'did_you_mean/experimental'
Internal Changes
- Replaced the
DidYouMean::SpellCheckablemodule with theDidYouMean::SpellCheckerclass. 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.