Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History
153 lines (93 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

153 lines (93 loc) · 3.53 KB

Changelog

Ideabox

Unreleased and unplanned todos

  • [ ]

master

Released: TBA. Diff.

  • [ ]

v0.0.27

Released: 2017-02-22. Diff.

  • Support non-strings being passed into failure (and others)

v0.0.26

Released: 2017-02-17. Diff.

  • Add additional is-travis check as it seems to have a TTY

v0.0.25

Released: 2017-02-17. Diff.

  • Default to passthru mode when there is no TTY (such as on Travis)

v0.0.24

Released: 2017-02-16. Diff.

  • Add support for extraComponents

v0.0.23

Released: 2017-02-16. Diff.

  • Allow to change the showCmd via opts or cbPreLinefeed

v0.0.22

Released: 2017-02-16. Diff.

  • Fix bug where fullCmd did not include first item of passed array

v0.0.21

Released: 2017-02-13. Diff.

  • Fix bug that truncated lines too soon
  • Fix bug that could leave trailing checkmarks

v0.0.20

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)

v0.0.19

Released: 2017-02-11. Diff.

v0.0.18

Released: 2017-02-11. Diff.

  • Fix persistOpts bug

v0.0.17

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

v0.0.16

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

v0.0.15

Released: 2017-02-08. Diff.

  • Add README and demo
  • Add global state

v0.0.14

Released: 2017-02-03. Diff.

  • Bugfixes

v0.0.13

Released: 2017-02-02. Diff.

  • Introduce silent mode

v0.0.12

Released: 2017-02-02. Diff.

  • Optionally flush out, instead of always

v0.0.11

Released: 2017-02-02. Diff.

  • Fix bug when passing array to scrolex

v0.0.10

Released: 2017-02-02. Diff.

  • Started a CHANGELOG.md