All Versions
91
Latest Version
Avg Release Cycle
79 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v12.3.0 Changes
November 15, 2017==== Compatibility Changes
- π Bump
required_ruby_version
to Ruby 2.0.0. Rake has already removed support for Ruby 1.9.x.
==== β¨ Enhancements:
- π Support
test-bundled-gems
task on ruby core.
- π Bump
-
v12.2.1 Changes
October 25, 2017==== π Bug fixes
- π Fixed to break Capistrano::Application on capistrano3.
-
v12.2.0 Changes
October 25, 2017==== β¨ Enhancements:
- π Make rake easier to use as a library Pull request #211 by @drbrain
- Fix quadratic performance in FileTask#out_of_date? Pull request #224 by @doudou
- π¨ Clarify output when printing nested exception traces Pull request #232 by @urbanautomaton
==== π Bug fixes
- Account for a file that match 2 or more patterns. Pull request #231 by @styd
-
v12.1.0 Changes
September 11, 2017==== β¨ Enhancements:
- Added did_you_mean feature for invalid rake task. Pull request #221 by @xtina-starr
- Enabled to dependency chained by extensions. Pull request #39 by Petr Skocik.
- π Make all of string literals to frozen objects on Ruby 2.4 or later.
==== π Bug fixes
- π Typo fixes in rakefile.rdoc. Pull request #180 by Yuta Kurotaki.
- π Fix unexpected behavior of file task with dryrun option. Pull request #183 by @aycabta.
- β Make LoadError from running tests more obvious. Pull request #195 by Eric Hodel.
- π Fix unexpected TypeError with hash style option. Pull request #202 by Kuniaki IGARASHI.
-
v12.0.0 Changes
December 06, 2016==== Compatibility Changes
- β Removed arguments on clear #157 by Jesse Bowes
- β Removed
rake/contrib
packages. These are extracted torake-contrib
gem. - β Removed deprecated method named
last\_comment
.
==== β¨ Enhancements:
- Re-use trace option on
cleanup
task. #164 by Brian Henderson - Actions adore keyword arguments #174 by Josh Cheek
- Rake::TaskArguments#key? alias of #has_key? #175 by Paul Annesley
-
v12.0.0.beta1
December 02, 2016 -
v11.3.0 Changes
September 20, 2016==== β¨ Enhancements:
- β Remove to reference
Fixnum
constant. Pull request #160 by nobu
- β Remove to reference
-
v11.2.2 Changes
June 12, 2016==== π Bug fixes
- π Fix unexpected behavior with multiple dependencies on Rake::TestTask
-
v11.2.1 Changes
June 12, 2016==== π Bug fixes
- π Fix regression of dependencies handling on Rake::TestTask. Report #139
-
v11.2.0 Changes
June 11, 2016==== π Bug fixes
- π Fix unexpected cut-out behavior on task description using triple dots and exclamation. Report #106 from Stephan KΓ€mper and Pull request #134 by Lee
- π Fix empty argument assignment with
with_defaults
option. Pull request #135 by bakunyo - Ignore to use
hwprefs
on Darwin platform. Use sysctl now. Report #128
==== β¨ Enhancements
- Spawn options for sh Pull equest #138 by Eric Hodel.
- π Allow to specify dependencies(prerequisites) for Rake::TestTask Pull request #117 by Tim Maslyuchenko
- π Use Bundler task instead of hoe for gem release.
- β Remove explicitly load to rubygems for Ruby 1.8.
- Unify to declare
Rake::VERSION
. - π Support xz format for PackageTask.