All Versions
91
Latest Version
Avg Release Cycle
79 days
Latest Release
-

Changelog History
Page 1

  • v13.0.6 Changes

    • โž• Additional fix for #389 Pull request #390 by hsbt
  • v13.0.5 Changes

    • ๐Ÿ›  Fixed the regression of #388 Pull request #389 by hsbt
  • v13.0.4 Changes

    • ๐Ÿ›  Fix rake test loader swallowing useful error information. Pull request #367 by deivid-rodriguez
    • โž• Add -C/--directory option the same as GNU make. Pull request #376 by nobu
  • v13.0.3 Changes

    • ๐Ÿ›  Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin
  • v13.0.2 Changes

    ==== โœจ Enhancements

    • ๐Ÿ›  Fix tests to work with current FileUtils Pull Request #358 by jeremyevans
    • โœ… Simplify default rake test loader Pull Request #357 by deivid-rodriguez
    • โšก๏ธ Update rdoc Pull Request #366 by bahasalien
    • โšก๏ธ Update broken links to rake articles from Avdi in README Pull Request #360 by svl7
  • v13.0.1 Changes

    November 12, 2019

    ==== ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by thorsteneckel
    • ๐Ÿ›  Fix an incorrectly resolved arg pattern Pull Request #327 by mjbellantoni
  • v13.0.0 Changes

    September 24, 2019

    ==== โœจ Enhancements

    • ๐Ÿ’Ž Follows recent changes on keyword arguments in ruby 2.7. Pull Request #326 by nobu
    • ๐Ÿ“ฆ Make PackageTask be able to omit parent directory while packing files Pull Request #310 by tonytonyjan
    • โž• Add order only dependency Pull Request #269 by take-cheeze

    ==== Compatibility changes

    • โฌ‡๏ธ Drop old ruby versions(< 2.2)
  • v12.3.3 Changes

    July 22, 2019

    ==== ๐Ÿ› Bug fixes

    • ๐Ÿ‘‰ Use the application's name in error message if a task is not found. Pull Request #303 by tmatilai

    ==== โœจ Enhancements:

    • ๐Ÿ‘‰ Use File.open explicitly.
  • v12.3.2 Changes

    December 07, 2018

    ==== ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed test fails caused by 2.6 warnings. Pull Request #297 by hsbt

    ==== โœจ Enhancements:

    • Rdoc improvements. Pull Request #293 by colby-swandale
    • ๐Ÿ‘Œ Improve multitask performance. Pull Request #273 by jsm
    • โž• Add alias prereqs. Pull Request #268 by take-cheeze
  • v12.3.1 Changes

    March 22, 2018

    ==== ๐Ÿ› Bug fixes

    • Support did_you_mean >= v1.2.0 which has a breaking change on formatters. Pull request #262 by FUJI Goro.

    ==== โœจ Enhancements:

    • Don't run task if it depends on already invoked but failed task. Pull request #252 by Gonzalo Rodriguez.
    • ๐Ÿ‘‰ Make space trimming consistent for all task arguments. Pull request #259 by Gonzalo Rodriguez.
    • โœ‚ Removes duplicated inclusion of Rake::DSL in tests. Pull request #254 by Gonzalo Rodriguez.
    • โœ… Re-raise a LoadError that didn't come from require in the test loader. Pull request #250 by Dylan Thacker-Smith.