All Versions
98
Latest Version
Avg Release Cycle
55 days
Latest Release
998 days ago

Changelog History
Page 3

  • v0.14.3 Changes

    • ๐Ÿ›  Fix path bug ([#422])
    • ๐Ÿ—„ Ensure non-deprecated methods do not use deprecated methods ([#489])
    • โšก๏ธ Update dependency on childprocess ([#516])
    • ๐Ÿ›  Fix encoding output on JRuby ([#516])
  • v0.14.2 Changes

    • ๐Ÿ’Ž Handle empty JRUBY_OPTS on JRuby
  • v0.14.1 Changes

    • ๐Ÿ›  Fixed bug in framework step
  • v0.14.0 Changes

    • โž• Add <project_root>/exe to search path for commands: This is the new default if you setup a project with bundler.
    • โž• Add some more steps to modify environment
  • v0.13.0 Changes

    • โž• 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])
  • v0.12.0 Changes

    • โž• Add matcher to check if a command can be found in PATH ([#336])
    • ๐Ÿ›  Fixed issue with environment variables set by external libraries ([#321], [#320])
  • v0.11.2 Changes

    • ๐Ÿ›  Fixed problem with positional arguments in #run_simple() ([#322])
  • v0.11.1 Changes

    • ๐Ÿ›  Use fixed version of event-bus
    • ๐Ÿ“š Refactored and improved documentation (feature tests) in [#309]
  • v0.11.0 Changes

    • ๐Ÿ’Ž Accidently pushed to rubygems.org - yanked it afterwards
  • v0.11.0.pre4 Changes

    • ๐Ÿ›  Fixed syntax for Hash on ruby 1.8.7
    • Reorder rubies in .travis.yml