Skip to content

1.1.0

Compare
Choose a tag to compare
@orchetect orchetect released this 23 Apr 23:46
· 736 commits to main since this release
27a1390
  • Math operator behavior change
    • +, -, +=, -= now use wrapping: instead of clamping: when underflow/overflow occurs around timecode bounds
    • +, -, +=, -= now converts rhs to lhs's frame rate if they do not match prior to calculating
    • *, /, *=, /= can now take a Double as the rhs operand
  • Added Timecode.Delta
  • Added Timecode.Transformer
  • Removed TimeValue struct and replaced it with TimeInterval (aka Double, from Foundation)