Runbook v1.1.0 Release Notes

Release Date: 2021-05-21 // almost 3 years ago
  • ๐Ÿ’ฅ Breaking Changes:

    • โœ‚ Removes runbook install (should have happened in v1.0.0)
    • โฌ‡๏ธ Drops support for Ruby 2.2 and bundler < 2.2

    ๐Ÿ”‹ Features:

    • โž• Add support for Ruby 3.0.0 (thanks @pblesi!)
    • โž• Add metadata argument that saves TMUX panes: keep_panes (thanks @ClashTheBunny)

    ๐Ÿ“š Documentation:

    • โšก๏ธ Update assert parameters description
    • โšก๏ธ Update example for module class method (thanks @voodoologic!)

Previous changes from v1.0.0

  • ๐Ÿ’ฅ Breaking Changes:

    • Commands and tmux commands that previously escaped single quotes will now require un-escaped single quotes

    ๐Ÿ”‹ Features:

    • โž• Add Node#parent_entity to find the containinng entity for a node

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix bugs requiring escaping single quotes in commands and tmux_commands (BACKWARDS INCOMPATIBLE CHANGE)
    • ๐Ÿ›  Fix File.exists? deprecation warning (Thanks onk!)

    ๐Ÿ“š Documentation:

    • Add suppress_capture_output.rb runbook example