123456789_123456789_123456789_123456789_123456789_

v1.4.0 (Next)

v1.3.0

released at 2018-12-18 15:37:10 UTC

Starting version 1.3, the did_you_mean gem will be compatible with 2.6 and 2.5, and we will try to keep all subsequent versions compatible with Ruby 2.5 on an best-effort basis.

New features

Bug fixes

v1.2.2

released at 2019-03-09 23:17:22 UTC

Bug fixes

v1.2.1

released at 2018-04-03 04:44:47 UTC

Bug Fixes

Other Changes

v1.2.0

released at 2018-01-02 20:49:35 UTC

This version 1.2.0 only has support for Ruby 2.5.0 and later as it uses new features that are only available in 2.5. All future patch releases under 1.2.* will only be compatible with Ruby 2.5.0 and later as well. Versions earlier than 1.1.* will still be maintained until Ruby 2.4 is deprecated. Any other versions below 1.0 will no longer be maintained.

New features

v1.1.3

released at 2019-03-09 23:16:54 UTC

Bug fixes

v1.1.2

released at 2017-09-24 07:28:48 UTC

This version is only compatible with Ruby 2.4 and later.

Bug Fixes

v1.1.1

released at 2017-09-24 07:24:02 UTC

This version has been yanked from Rubygems.org and is not available.

v1.1.0

released at 2016-12-19 23:19:06 UTC

The version 1.1.0 only has support for Ruby 2.4.0 and later. Also, all patch releases under 1.1.* will only be compatible with Ruby 2.4.0 and later as well. Versions under 1.0.* will still be maintained until Ruby 2.3 is deprecated. Any other versions below 1.0 will no longer be maintained.

New Features

Bug Fixes

v1.0.4

released at 2019-03-09 23:16:38 UTC

Bug fixes

v1.0.3

released at 2017-09-24 07:22:07 UTC

This version is compatible with Ruby 2.3 and older

Bug Fixes

v1.0.2

released at 2016-11-20 18:03:07 UTC

This version is compatible with Ruby 2.3 and older

Features

Deprecations

Internal Changes

v1.0.1

released at 2016-05-15 05:17:22 UTC

Bug Fixes

v1.0.0

released at 2015-12-25 05:13:04 UTC

Features

Bug Fixes

Internal Changes

v1.0.0.rc1

released at 2015-12-25 05:02:25 UTC

Internal Changes

v1.0.0.beta3

released at 2015-12-25 04:56:13 UTC

Internal Changes

v1.0.0.beta2

released at 2015-12-25 04:50:36 UTC

Bug Fixes

v1.0.0.beta1

released at 2015-12-25 05:27:53 UTC

Breaking Changes

Internal Changes

v0.10.0

released at 2015-08-21 06:44:11 UTC

Features

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

Breaking Changes

v0.9.10

released at 2015-05-14 03:04:47 UTC

Bug Fixes

v0.9.9

released at 2015-05-13 03:48:19 UTC

Features

Internal Changes

v0.9.8

released at 2015-04-12 01:55:27 UTC

Internal Changes

v0.9.7

released at 2015-04-02 04:20:26 UTC

Bug Fixes

v0.9.6

released at 2015-01-24 23:19:27 UTC

Bug Fixes

v0.9.5

released at 2015-01-07 12:41:23 UTC

Bug Fixes

v0.9.4

released at 2014-11-19 20:00:00 UTC

Bug Fixes

v0.9.3

released at 2014-11-18 03:50:11 UTC

This version has been yanked from rubygems.org as it doesn't work with jRuby at all. Please upgrade to 0.9.4 or higher as soon as possible.

Internal Changes

v0.9.2

released at 2014-11-17 15:32:33 UTC

Bug Fixes

v0.9.1

released at 2014-11-16 18:54:24 UTC

This version has been yanked from rubygems.org as it doesn't compile on Ruby 2.1.2 and 2.1.5. Please upgrade to 0.9.4 or higher as soon as possible.

Internal Changes

v0.9.0

released at 2014-11-09 01:26:31 UTC

Features

@full_name = "Yuki Nishijima"
first_name, last_name = full_name.split(" ")
# => NameError: undefined local variable or method `full_name' for main:Object
#
#     Did you mean? @full_name
#

Bug Fixes

v0.8.0

released at 2014-10-27 02:03:13 UTC

This version has been yanked from rubygems.org as it has a serious bug with Ruby 2.1.3 and 2.1.4 installed on Max OS X. Please upgrade to 0.9.4 or higher as soon as possible.

Features

Bug Fixes

v0.7.0

released at 2014-09-26 03:37:18 UTC

This version has been yanked from rubygems.org as it has a serious bug with Ruby 2.1.3 and 2.1.4 installed on Max OS X. Please upgrade to 0.9.4 or higher as soon as possible.

Features

Internal Changes

v0.6.0

released at 2014-05-18 00:23:24 UTC

This version has been yanked from rubygems.org as it has a serious bug with Ruby 2.1.3 and 2.1.4 installed on Max OS X. Please upgrade to 0.9.4 or higher as soon as possible.

Features

> Ocject
# => NameError: uninitialized constant Ocject
#
#     Did you mean? Object
#

Bug Fixes

v0.5.0

released at 2014-05-10 17:59:54 UTC

Features

v0.4.0

released at 2014-04-20 02:10:31 UTC

Features

User.new(flrst_name: "wrong flrst name")
# => ActiveRecord::UnknownAttributeError: unknown attribute: flrst_name
#
#     Did you mean? first_name: string
#

Bug Fixes

v0.3.1

released at 2014-03-20 23:16:20 UTC

Features

v0.3.0

released at 2014-03-20 23:13:13 UTC

Features

v0.2.0

released on 2014-03-20 23:12:13 UTC

Features

Breaking Changes

v0.1.0: First Release

released on 2014-03-20 23:11:14 UTC