Initial commit
[yaffs-website] / node_modules / bytes / History.md
1 2.2.0 / 2015-11-13
2 ==================
3
4   * add option "decimalPlaces"
5   * add option "fixedDecimals"
6
7 2.1.0 / 2015-05-21
8 ==================
9
10   * add `.format` export
11   * add `.parse` export
12
13 2.0.2 / 2015-05-20
14 ==================
15
16   * remove map recreation
17   * remove unnecessary object construction
18
19 2.0.1 / 2015-05-07
20 ==================
21
22   * fix browserify require
23   * remove node.extend dependency
24
25 2.0.0 / 2015-04-12
26 ==================
27
28   * add option "case"
29   * add option "thousandsSeparator"
30   * return "null" on invalid parse input
31   * support proper round-trip: bytes(bytes(num)) === num
32   * units no longer case sensitive when parsing
33
34 1.0.0 / 2014-05-05
35 ==================
36
37  * add negative support. fixes #6
38
39 0.3.0 / 2014-03-19
40 ==================
41
42  * added terabyte support
43
44 0.2.1 / 2013-04-01
45 ==================
46
47   * add .component
48
49 0.2.0 / 2012-10-28
50 ==================
51
52   * bytes(200).should.eql('200b')
53
54 0.1.0 / 2012-07-04
55 ==================
56
57   * add bytes to string conversion [yields]