Skip to content

v1.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 06 Jul 18:56

Breaking

  • Rename package from Percent to Percentage 76480b7

Improvements

  • Conform to ExpressibleByFloatLiteral, ExpressibleByIntegerLiteral, and Numeric 6ad1e1b
  • Accept more floatingpoint/integer types directly 0513895
  • Add static .random(in:) method (#9) ac33f86

Fixes

  • Fix multiplication and division for percentages 50a5144

v0.2.0...v1.0.0