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