All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Renamed public methods for improved clarity:
baseBinary()
➜binary()
baseDecimal()
➜decimal()
formattedSize()
➜format()
sizeInBytes()
➜bytes()
- 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.
- Initial stable release