All Versions
98
Latest Version
Avg Release Cycle
55 days
Latest Release
1387 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.14.13 Changes
December 22, 2019- Loosen dependency on thor ([#676])
- 📚 Mark setting of
root_directory
as deprecated in documentation ([#571])
-
v0.14.12 Changes
September 25, 2019- Loosen dependency on childprocess ([#673])
- 🛠 Fix Travis build ([#668])
- 🖐 Handle announcing with DebugProcess ([#664])
-
v0.14.11 Changes
July 19, 2019- Loosen childprocess dependency ([#658])
- Do not set binmode on output temp files, so automatic line ending conversion works ([#650])
- 👌 Improve deprecation suggestions ([#647])
- 🛠 Backport fixes to code organization, layout and spelling ([#645])
-
v0.14.10 Changes
June 08, 2019- Backport replacement of problematic AnsiColor module with simple implementation ([#642])
- Undo preprecation of
#all_output
,#all_stdout
,#all_stderr
and#in_current_directory
API methods, as well as of checking the combined output from all commands in cucumber steps ([#638]) - 🖨 Warn when deprecated files
aruba/in_process
andaruba/spawn_process
are required ([#639]) - ⏱ Backport allowing decimal timeout values ([#621])
- 🚚 Move deprecated cucumber steps into a separate file ([#622])
- Backport renaming of bin/cli in features ([#620])
- 👌 Improve build set for CI ([#611])
- 💎 Make JRuby before :command helper hook work on the environment the command will actually be run in ([#610], [#612])
- Reorganize spec files to match master branch ([#603])
- Reorganize feature files to match master branch ([#602])
-
v0.14.9 Changes
March 18, 2019- Formally deprecate
#use_clean_gemset
([#597]) - 👌 Improve deprecation messages ([#601])
- Do not replace entire environment inside
#cd
block ([#604])
- Formally deprecate
-
v0.14.8 Changes
- Deprecate
#run
and#run_simple
in favor of#run_command
and#run_command_and_stop
([#585]) - ⚡️ Update dependencies, most notably loosening the dependency on
childprocess
([#591]) - 🗄 Properly warn about deprecated use of the run methods with one positional option ([#588])
- Deprecate
-
v0.14.7 Changes
- Fix Cucumber steps to use
have_same_file_content_as
matcher ([#572]) - ⚡️ Update dependencies, most notably loosening the dependency on
ffi
([#581])
- Fix Cucumber steps to use
-
v0.14.6 Changes
- Document and fix
@disable-bundler
hook ([#561]) - Deprecate
have_same_file_content_like
anda_file_with_same_content_like
in favor ofhave_same_file_content_as
anda_file_with_same_content_as
([#557])
- Document and fix
-
v0.14.5 Changes
- Loosen dependency on child_process ([#551])
-
v0.14.4 Changes
- 🛠 Fix command spawning when run in directories with spaces ([#490])
- Ensure setup is still done when using
@no-clobber
([#529]) - 👉 Make
#expand_path
handle absolute paths correctly ([#486])