did_you_mean v1.0.2 Release Notes

  • ๐Ÿš€ released at 2016-11-20 18:03:07 UTC

    ๐Ÿ’Ž This version is compatible with Ruby 2.3 and older

    ๐Ÿ”‹ 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.