2.99.2 / 2014-08-19

Full Changelog

Enhancements:

2.99.1 / 2014-06-19

Full Changelog

Bug Fixes:

2.99.0 / 2014-06-01

Full Changelog

Bug Fixes:

2.99.0.rc1 / 2014-05-18

Full Changelog

Enhancements:

Deprecations:

Bug Fixes:

2.99.0.beta2 / 2014-02-17

Full Changelog

Enhancements:

Deprecations:

Bug Fixes:

2.99.0.beta1 / 2013-11-07

Full Changelog

Enhancements

Deprecations

2.14.8 / 2014-02-27

Full Changelog

Bug fixes:

2.14.7 / 2013-10-29

Full Changelog

Bug fixes:

2.14.6 / 2013-10-15

Full Changelog

Bug fixes:

2.14.5 / 2013-08-13

Full Changelog

Bug fixes:

2.14.4 / 2013-07-21

Full Changelog

Bug fixes

2.14.3 / 2013-07-13

Full Changelog

Bug fixes

2.14.2 / 2013-07-09

Full Changelog

Bug fixes

2.14.1 / 2013-07-08

Full Changelog

Bug fixes

2.14.0 / 2013-07-06

Full Changelog

Enhancements

Bug fix

2.14.0.rc1 / 2013-05-27

Full Changelog

Enhancements

Bug fixes

Deprecations

2.13.1 / 2013-03-12

Full Changelog

Bug fixes

Deprecations

2.13.0 / 2013-02-23

Full Changelog

Enhancements

Bug fixes

2.12.2 / 2012-12-13

Full Changelog

Bug fixes

2.12.1 / 2012-12-01

Full Changelog

Bug fixes

2.12.0 / 2012-11-12

Full Changelog

Enhancements

Bug fixes

Deprecations

2.11.1 / 2012-07-18

Full Changelog

Bug fixes

2.11.0 / 2012-07-07

Full Changelog

Enhancements

Bug fixes

2.10.1 / 2012-05-19

Full Changelog

Bug fixes

2.10.0 / 2012-05-03

Full Changelog

Enhancements

Bug fixes

2.9.0 / 2012-03-17

Full Changelog

Enhancements

Bug fixes

2.8.0 / 2012-01-04

Full Changelog

Bug fixes

2.8.0.rc2 / 2011-12-19

Full Changelog

Enhancments

2.8.0.rc1 / 2011-11-06

Full Changelog

Enhancements

Changes

Bug fixes

2.7.1 / 2011-10-20

Full Changelog

Bug fixes

2.7.0 / 2011-10-16

Full Changelog

NOTE: RSpec's release policy dictates that there should not be any backward incompatible changes in minor releases, but we're making an exception to release a change to how RSpec interacts with other command line tools.

As of 2.7.0, you must explicity require "rspec/autorun" unless you use the rspec command (which already does this for you).

Enhancements

Bug fixes

2.6.4 / 2011-06-06

Full Changelog

NOTE: RSpec's release policy dictates that there should not be new functionality in patch releases, but this minor enhancement slipped in by accident. As it doesn't add a new API, we decided to leave it in rather than roll back this release.

Enhancements

Bug fixes

2.6.3 / 2011-05-24

Full Changelog

Bug fixes

2.6.2 / 2011-05-21

Full Changelog

Bug fixes

2.6.1 / 2011-05-19

Full Changelog

Bug fixes

2.6.0 / 2011-05-12

Full Changelog

Enhancements

Bug fixes

2.5.1 / 2011-02-06

Full Changelog

NOTE: this release breaks compatibility with rspec/autotest/bundler integration, but does so in order to greatly simplify it.

With this release, if you want the generated autotest command to include 'bundle exec', require Autotest's bundler plugin in a .autotest file in the project's root directory or in your home directory:

require "autotest/bundler"

Now you can just type 'autotest' on the commmand line and it will work as you expect.

If you don't want 'bundle exec', there is nothing you have to do.

2.5.0 / 2011-02-05

Full Changelog

Enhancements

Bug fixes

Deprecations

2.4.0 / 2011-01-02

Full Changelog

Enhancements

Bug fixes

2.3.1 / 2010-12-16

Full Changelog

Bug fixes

2.3.0 / 2010-12-12

Full Changelog

Enhancements

Bug fixes

2.2.1 / 2010-11-28

Full Changelog

Bug fixes * aliasmethod instead of override Kernel#methodmissing (John Wilger) * changed --autotest to --tty in generated command (MIKAMI Yoshiyuki) * revert change to debugger (had introduced conflict with Rails) * also restored --debugger/-debug option

2.2.0 / 2010-11-28

Full Changelog

Deprecations/changes

Enhancements

Bug fixes

2.1.0 / 2010-11-07

Full Changelog

Enhancments

Bug fixes

2.0.1 / 2010-10-18

Full Changelog

Bug fixes

2.0.0 / 2010-10-10

Full Changelog

RSpec-1 compatibility

Bug fixes

2.0.0.rc / 2010-10-05

Full Changelog

Enhancements

Bug fixes

2.0.0.beta.22 / 2010-09-12

Full Changelog

Enhancements

Bug fixes

Removals