4 * Change "kB" to "KB" in format output
5 * Remove support for Node.js 0.6
6 * Remove support for ComponentJS
16 * Add option "unitSeparator"
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
29 * add option "decimalPlaces"
30 * add option "fixedDecimals"
35 * add `.format` export
41 * remove map recreation
42 * remove unnecessary object construction
47 * fix browserify require
48 * remove node.extend dependency
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
62 * add negative support. fixes #6
67 * added terabyte support
77 * bytes(200).should.eql('200b')
82 * add bytes to string conversion [yields]