Skip to content

v0.14.0

Compare
Choose a tag to compare
@rafaelfranca rafaelfranca released this 04 Jan 20:28
· 1110 commits to main since this release

What's Changed

  • Added CreateLink class and #link_file method
  • 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

Full Changelog: v0.13.8...v0.14.0