Releases: DannyBen/runfile
Releases · DannyBen/runfile
v1.0.2
v1.0.1
v1.0.0
What's Changed
- Maintenance update by @DannyBen in #48
- Drop support for Ruby < 2.6 by @DannyBen in #49
- Replace all the code with new code by @DannyBen in #50
- Add context to import directive, by @DannyBen in #52
- Add support for helpers to improve context isolation by @DannyBen in #53
- Add require_context directive by @DannyBen in #54
- Fix example copy by @DannyBen in #55
- Match the exit code with the last action value, if it is an integer by @DannyBen in #56
- Add DEBUG=1 tip on general exception by @DannyBen in #57
- Simplify and refactor by @DannyBen in #58
- Fix usage is deeply nested files by @DannyBen in #59
- Add transofrm directive, to create argv shortcuts by @DannyBen in #60
- Updates by @DannyBen in #61
- Increase branch coverage by @DannyBen in #63
Full Changelog: v0.12.0...v1.0.0
v0.12.0
⚠️ This is a breaking change
- The Colsole gem is no longer bundled, so commands like
say
andresay
are no longer available. - The execution helpers were removed, so commands like
run
andrun_bg
are no longer available.
In case you were using any of these commands, you can quickly have your Runfile functioning as before by adding this to it:
require 'runfile/compatibility'
See #46 for more details.