second
[josuexyz/.git] / node_modules / bytes / History.md
1 3.0.0 / 2017-08-31
2 ==================
3
4   * Change "kB" to "KB" in format output
5   * Remove support for Node.js 0.6
6   * Remove support for ComponentJS
7
8 2.5.0 / 2017-03-24
9 ==================
10
11   * Add option "unit"
12
13 2.4.0 / 2016-06-01
14 ==================
15
16   * Add option "unitSeparator"
17
18 2.3.0 / 2016-02-15
19 ==================
20
21   * Drop partial bytes on all parsed units
22   * Fix non-finite numbers to `.format` to return `null`
23   * Fix parsing byte string that looks like hex
24   * perf: hoist regular expressions
25
26 2.2.0 / 2015-11-13
27 ==================
28
29   * add option "decimalPlaces"
30   * add option "fixedDecimals"
31
32 2.1.0 / 2015-05-21
33 ==================
34
35   * add `.format` export
36   * add `.parse` export
37
38 2.0.2 / 2015-05-20
39 ==================
40
41   * remove map recreation
42   * remove unnecessary object construction
43
44 2.0.1 / 2015-05-07
45 ==================
46
47   * fix browserify require
48   * remove node.extend dependency
49
50 2.0.0 / 2015-04-12
51 ==================
52
53   * add option "case"
54   * add option "thousandsSeparator"
55   * return "null" on invalid parse input
56   * support proper round-trip: bytes(bytes(num)) === num
57   * units no longer case sensitive when parsing
58
59 1.0.0 / 2014-05-05
60 ==================
61
62  * add negative support. fixes #6
63
64 0.3.0 / 2014-03-19
65 ==================
66
67  * added terabyte support
68
69 0.2.1 / 2013-04-01
70 ==================
71
72   * add .component
73
74 0.2.0 / 2012-10-28
75 ==================
76
77   * bytes(200).should.eql('200b')
78
79 0.1.0 / 2012-07-04
80 ==================
81
82   * add bytes to string conversion [yields]