1.2.0
introduces a breaking change, but promises binary stability going forward.
FileSize#bytes
has been renamed to inWholeBytes
to maintain consistency with its sibling inWhole*
properties. This change aims to prevent confusing usages such as 42.bytes.bytes.bytes
.
- #3: Support all
Number
types for creating and computing file sizes (thanks @Goooler!).
- Java-friendly APIs.