Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / progress / History.md
1 ### 1.1.7 / 2014-06-30
2
3  * fixed a bug that occurs when a progress bar attempts to draw itself
4    on a console with very few columns
5
6 ### 1.1.6 / 2014-06-16
7
8  * now prevents progress bar from exceeding TTY width by limiting its width to
9    the with of the TTY
10
11 ### 1.1.5 / 2014-03-25
12
13  * updated documentation and various other repo maintenance
14  * updated makefile to run examples with `make`
15  * removed dependency on readline module
16
17 ### 1.1.4 / 2014-03-14
18
19  * now supports streams, for example output progress bar to stderr, while piping
20    stdout
21  * increases performance and flicker by remembering the last drawn progress bar
22
23 ### 1.1.3 / 2013-12-31
24
25  * fixes a bug where bar would bug when initializing
26  * allows to pass updated tokens when ticking or updating the bar
27  * fixes a bug where the bar would throw if skipping to far
28
29 ### 1.1.2 / 2013-10-17
30
31  * lets you pass an `fmt` and a `total` instead of an options object
32
33 ### 1.1.0 / 2013-09-18
34
35  * eta and elapsed tokens default to 0.0 instead of ?.?
36  * better JSDocs
37  * added back and forth example
38  * added method to update the progress bar to a specific percentage
39  * added an option to hide the bar on completion
40
41 ### 1.0.1 / 2013-08-07
42
43  * on os x readline now works, reverting the terminal hack
44
45 ### 1.0.0 / 2013-06-18
46
47   * remove .version
48   * merge pull request #15 from davglass/readline-osx
49   * on OSX revert back to terminal hack to avoid a readline bug
50
51 ### 0.1.0 / 2012-09-19
52
53   * fixed logic bug that caused bar to jump one extra space at the end [davglass]
54   * working with readline impl, even on Windows [davglass]
55   * using readline instead of the \r hack [davglass]
56
57 ### 0.0.5 / 2012-08-07
58
59   * add ability to tick by zero chunks - tick(0)
60   * fix ETA. Closes #4 [lwille]
61
62 ### 0.0.4 / 2011-11-14
63
64   * allow more recent versions of node
65
66 ### 0.0.3 / 2011-04-20
67
68   * changed; erase the line when complete
69
70 ### 0.0.2 / 2011-04-20
71
72   * added custom tokens support
73   * fixed; clear line before writing
74
75 ### 0.0.1 / 2010-01-03
76
77   * initial release