Skip to content

2.0.8

Compare
Choose a tag to compare
@orchetect orchetect released this 15 Dec 10:36
· 291 commits to main since this release

Added

  • TimecodeInterval: Added init(realTime: TimeInterval)
  • Fraction: Added Sendable conformance
  • Timecode.Properties: Added Sendable conformance
  • Timecode.UpperLimit: Added Sendable conformance

Improvements

  • Fraction: Changed Equatable behavior to compare reduced values and not literal values
  • Fraction: init(fcpxmlString:) no longer reduces fraction implicitly
  • Fraction: fcpxmlStringValue property no longer reduces fraction implicitly