Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.53 KB

HEAD

2.0.0

  • Change: Ruby 2.7 and 3.0 are no longer supported
  • Add: print.text and print.erb see README for usage details
  • Add: Output documents include more frequent warnings that the document was autogenerated and should not be modified
  • Breaking: Remove repl_runner support.
  • Fix file.write do not prepend "In file x ..." when the command is hidden i.e. :::-> file.write

1.1.3

  • Bugfix: Bash commands that output to stderr and use || are now captured (#29)

1.1.2

  • Fix pipe support (#28)

1.1.1

  • Fix log read race condition (#25)

1.1.0

1.0.1

  • Allow non-headless browser sessions and navigation #23
  • Fix issue where a background task's log file was not present before it was attempted to be opened.
  • Allow composability of documents rundoc.depend_on and rundoc.require #19
  • The rundoc command is now rundoc.configure.
  • Ignore chdir warning since that affect is intentional #20

1.0.0

  • Now using a propper PEG parser (parslet)