Skip to content

2.0.6

Compare
Choose a tag to compare
@orchetect orchetect released this 21 Nov 02:03
· 307 commits to main since this release
  • Fraction: Fixed bug where fraction might not normalize
  • Fraction: Improved conversion from Double
  • Fraction: Added init?(double:decimalPrecision:)
  • Fraction: Added decimalValue property
  • Fraction: Added isWholeInteger property
  • Fraction: Added init?(fcpxmlString:) and fcpxmlStringValue property
    This can init from and produce strings formatted like "60s" or "1125/500s"
  • Updated unit tests