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