Releases: orchetect/swift-timecode
Releases · orchetect/swift-timecode
1.1.5
1.1.4
- Added
Timecode.stringValueValidatedText()property to return a SwiftUIText()instance applying formatting to invalid components (either default, or user-supplied as a parameter) similar to how .stringValueValidatedreturns anNSAttributedStringshowing invalid components with different fomatting attributes. - Minor improvements
1.1.3
1.1.2
1.1.1
1.1.0
- Math operator behavior change
+,-,+=,-=now usewrapping:instead ofclamping:when underflow/overflow occurs around timecode bounds+,-,+=,-=now convertsrhstolhs's frame rate if they do not match prior to calculating*,/,*=,/=can now take a Double as therhsoperand
- Added
Timecode.Delta - Added
Timecode.Transformer - Removed
TimeValuestruct and replaced it withTimeInterval(akaDouble, from Foundation)
1.0.11
1.0.10
1.0.9
- Performance improvements: Removed redundant imports, added
@inlinablewhere possible - 100fps
stringValuebugfix (incorrectly output as 3 digit places for frame number, but is now 2 digits) - Added
FrameRate.CompatibleGroupand related methods - Misc inline help clarification, typos fixed
- Bumped dependency min versions