All Versions
10
Latest Version
Avg Release Cycle
141 days
Latest Release
415 days ago
Changelog History
Changelog History
-
v2.0.0
January 14, 2020HUGE BREAKING CHANGE :
0๏ธโฃ By default
ByteSize
now assumes1 KB == 1000 B
and1 KiB == 1024 B
to
adhere to the IEC and NIST standards (https://en.wikipedia.org/wiki/Binary_prefix).
โฌ๏ธ In the pastByteSize
assumed1 KB == 1024 B
, that means if you're upgrading
๐ from v1, you'll see differences in values.Other Breaking Changes:
- ๐ Renamed property
LargestWholeNumberSymbol
andLargestWholeNumberValue
toLargestWholeNumberDecimalSymbol
andLargestWholeNumberDecimalValue
respectively. - Drop support for all platforms except
netstandard1.0
andnet45
.
๐ New Features:
- ๐ Renamed property
-
v2.0.0-beta1
June 16, 2019 -
v2.0.0-alpha2
March 28, 2019 -
v2.0.0-alpha1
March 28, 2019