Skip to content

v0.10.0

Choose a tag to compare

@yuki24 yuki24 released this 21 Aug 06:44
· 446 commits to master since this release

Features

  • Now it corrects an instance variable name if the ivar name is mistyped and NoMethodError is raised:

    @number = 1
    @nubmer.zero?
    # => NoMethodError: undefined method `zero?' for nil:NilClass
    #
    #    Did you mean? @number
    #
  • Support for JRuby 9.0.0.0

  • Prefix-based correction (@tjohn, #50, #49)

  • Correction search is about 75% faster than 0.9.10

Breaking Changes

  • The ActiveRecord integration has been removed