Thor v0.14 Release Notes

Release Date: 2010-07-25 // over 13 years ago
    • โž• Added CreateLink class and #link_file method
    • 0๏ธโƒฃ Made Thor::Actions#run use system as default method for system calls
    • ๐Ÿ‘ Allow use of private methods from superclass as tasks
    • โž• Added mute(&block) method which allows to run block without any output
    • โœ‚ Removed config[:pretend]
    • ๐Ÿ’ป Enabled underscores for command line switches
    • โž• Added Thor::Base.basename which is used by both Thor.banner and Thor::Group.banner
    • ๐Ÿ—„ Deprecated invoke() without arguments
    • Added :only and :except to check_unknown_options