Skip to content

1.2.0

Compare
Choose a tag to compare
@saket saket released this 29 Dec 05:41
· 67 commits to trunk since this release

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.