did_you_mean v1.0.0.beta3 Release Notes

  • ๐Ÿš€ released at 2015-12-25 04:56:13 UTC

    Internal Changes

    • ๐Ÿ‘‰ Use the frozen-string-literal pragma rather than calling .freeze everywhere
    • ๐Ÿ‘‰ Use the NameError#receiver method in DidYouMean:: ClassNameChecker to know the namespace where the constant call is made
    • ๐Ÿ”จ Refactored the SpellCheckerTest