source: trip-planner-front/node_modules/bytes/History.md@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
13.1.0 / 2019-01-22
2==================
3
4 * Add petabyte (`pb`) support
5
63.0.0 / 2017-08-31
7==================
8
9 * Change "kB" to "KB" in format output
10 * Remove support for Node.js 0.6
11 * Remove support for ComponentJS
12
132.5.0 / 2017-03-24
14==================
15
16 * Add option "unit"
17
182.4.0 / 2016-06-01
19==================
20
21 * Add option "unitSeparator"
22
232.3.0 / 2016-02-15
24==================
25
26 * Drop partial bytes on all parsed units
27 * Fix non-finite numbers to `.format` to return `null`
28 * Fix parsing byte string that looks like hex
29 * perf: hoist regular expressions
30
312.2.0 / 2015-11-13
32==================
33
34 * add option "decimalPlaces"
35 * add option "fixedDecimals"
36
372.1.0 / 2015-05-21
38==================
39
40 * add `.format` export
41 * add `.parse` export
42
432.0.2 / 2015-05-20
44==================
45
46 * remove map recreation
47 * remove unnecessary object construction
48
492.0.1 / 2015-05-07
50==================
51
52 * fix browserify require
53 * remove node.extend dependency
54
552.0.0 / 2015-04-12
56==================
57
58 * add option "case"
59 * add option "thousandsSeparator"
60 * return "null" on invalid parse input
61 * support proper round-trip: bytes(bytes(num)) === num
62 * units no longer case sensitive when parsing
63
641.0.0 / 2014-05-05
65==================
66
67 * add negative support. fixes #6
68
690.3.0 / 2014-03-19
70==================
71
72 * added terabyte support
73
740.2.1 / 2013-04-01
75==================
76
77 * add .component
78
790.2.0 / 2012-10-28
80==================
81
82 * bytes(200).should.eql('200b')
83
840.1.0 / 2012-07-04
85==================
86
87 * add bytes to string conversion [yields]
Note: See TracBrowser for help on using the repository browser.