Unreleased and unplanned todos
- [ ]
Released: TBA. Diff.
- [ ]
Released: 2017-02-22. Diff.
- Support non-strings being passed into
failure
(and others)
Released: 2017-02-17. Diff.
- Add additional
is-travis
check as it seems to have a TTY
Released: 2017-02-17. Diff.
- Default to
passthru
mode
when there is no TTY (such as on Travis)
Released: 2017-02-16. Diff.
- Add support for
extraComponents
Released: 2017-02-16. Diff.
- Allow to change the
showCmd
viaopts
orcbPreLinefeed
Released: 2017-02-16. Diff.
- Fix bug where fullCmd did not include first item of passed array
Released: 2017-02-13. Diff.
- Fix bug that truncated lines too soon
- Fix bug that could leave trailing checkmarks
Released: 2017-02-13. Diff.
- Use a String.repeat polyfil for Node 0.12 compat
- Instead of truncating lines, break them off and insert new line at breakpoint (in case the line is sticky)
Released: 2017-02-11. Diff.
- Use older deps so it still works on legacy nodes (https://travis-ci.org/kvz/lanyon/jobs/200646703#L1043)
- Fix
persistOpts
bug
Released: 2017-02-11. Diff.
- Fix
persistOpts
bug
Released: 2017-02-11. Diff.
- Introduce
success()
- Introduce a neutral sticky frame for when there is no exit
code
- Truncate by default when scrolling
- Fix bug that could lead to duplicate sticky lines
- Fix double spacing when there's no prefix
- Do not inherit options between calls. Only listen to
persistOpts
- Add method:
failure
- Document
env
Released: 2017-02-09. Diff.
- Make it safe (although not necessarily pretty) to run multiple executes at once
- Add
setOpts
command - Fix bug where spinner would keep running if 2 commands are executed
Released: 2017-02-08. Diff.
- Add README and demo
- Add global state
Released: 2017-02-03. Diff.
- Bugfixes
Released: 2017-02-02. Diff.
- Introduce
silent
mode
Released: 2017-02-02. Diff.
- Optionally flush
out
, instead of always
Released: 2017-02-02. Diff.
- Fix bug when passing array to scrolex
Released: 2017-02-02. Diff.
- Started a CHANGELOG.md