Releases: orchetect/swift-timecode
Releases · orchetect/swift-timecode
1.0.10
27 Feb 07:09
Compare
Sorry, something went wrong.
No results found
Bumped dependency version to account for RegEx helper method changes
1.0.9
29 Jan 05:19
Compare
Sorry, something went wrong.
No results found
Performance improvements: Removed redundant imports, added @inlinable where possible
100fps stringValue bugfix (incorrectly output as 3 digit places for frame number, but is now 2 digits)
Added FrameRate.CompatibleGroup and related methods
Misc inline help clarification, typos fixed
Bumped dependency min versions
1.0.8
09 Jan 01:43
Compare
Sorry, something went wrong.
No results found
Fixed TCC.toTimecode(rawValuesAt:) to not return Optional
1.0.7
08 Jan 09:20
Compare
Sorry, something went wrong.
No results found
1.0.6
06 Jan 07:51
Compare
Sorry, something went wrong.
No results found
Added conformance to Codable
1.0.5
29 Oct 06:07
Compare
Sorry, something went wrong.
No results found
Minor syntax updates and performance improvements.
1.0.4
28 Oct 03:30
Compare
Sorry, something went wrong.
No results found
Renamed Timecode property .realTime to .realTimeValue
Updated some inline documentation for clarity
Misc code formatting/prettying
Added subframes unit tests for edge cases
Updated README with clamping and wrapping documentation examples
1.0.3
27 Oct 06:10
Compare
Sorry, something went wrong.
No results found
Updated FrameRate.stringValue values, added FrameRate.stringValueVerbose
Added Timecode.converted(to:)
Updated README with documentation
1.0.2
22 Oct 23:55
Compare
Sorry, something went wrong.
No results found
Version bump
Moved utilities to shared dependency for better maintainability
Updated README with minor fixes
1.0.1
21 Sep 04:12
Compare
Sorry, something went wrong.
No results found
Renamed library to TimecodeKit
Renamed OTTimecode to Timecode
Renamed OTTime to TimeValue