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

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

primeNG components

  • Property mode set to 100644
File size: 1.5 KB
Line 
13.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
82.5.0 / 2017-03-24
9==================
10
11 * Add option "unit"
12
132.4.0 / 2016-06-01
14==================
15
16 * Add option "unitSeparator"
17
182.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
262.2.0 / 2015-11-13
27==================
28
29 * add option "decimalPlaces"
30 * add option "fixedDecimals"
31
322.1.0 / 2015-05-21
33==================
34
35 * add `.format` export
36 * add `.parse` export
37
382.0.2 / 2015-05-20
39==================
40
41 * remove map recreation
42 * remove unnecessary object construction
43
442.0.1 / 2015-05-07
45==================
46
47 * fix browserify require
48 * remove node.extend dependency
49
502.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
591.0.0 / 2014-05-05
60==================
61
62 * add negative support. fixes #6
63
640.3.0 / 2014-03-19
65==================
66
67 * added terabyte support
68
690.2.1 / 2013-04-01
70==================
71
72 * add .component
73
740.2.0 / 2012-10-28
75==================
76
77 * bytes(200).should.eql('200b')
78
790.1.0 / 2012-07-04
80==================
81
82 * add bytes to string conversion [yields]
Note: See TracBrowser for help on using the repository browser.