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.