Changed
- Renamed public methods for improved clarity:
baseBinary()
➜binary()
baseDecimal()
➜decimal()
formattedSize()
➜format()
sizeInBytes()
➜bytes()
Deprecated
- Old method names (
baseBinary()
,baseDecimal()
,formattedSize()
,sizeInBytes()
) are now deprecated and will be removed in a future major release (v2.0.0). They will continue to work but trigger a deprecation warning.