Aruba v0.13.0 Release Notes

    • โž• Add two new hooks for rspec and cucumber to make troubleshooting feature files easier ([#338]):
      • command_content: Outputs command content - helpful for scripts
      • command_filesystem_status: Outputs information like group, owner, mode, atime, mtime
    • โž• Add generator to create ad hoc script file ([#323], [AdrieanKhisbe])
    • Colored announcer output similar to the color of cucumber tags: cyan
    • ๐Ÿ›  Fixed bug in announcer. It announces infomation several times due to duplicate announce-calls.
    • ๐Ÿ”จ Refactorings to internal #simple_table-method (internal)
    • ๐Ÿ”จ Refactored Announcer, now it supports blocks for announce as well (internal)
    • ๐Ÿ›  Fix circular require warnings ([#339])
    • ๐Ÿ›  Fix use of old instances variable @io_wait ([#341]). Now the default value for io_wait_timeout can be set correctly.
    • ๐Ÿ‘‰ Make it possible to announce information on command error, using a new option called activate_announcer_on_command_failure ([#335], [njam])
    • Re-integrate event-bus-library into aruba-core ([#342])