Skip to content

Releases: orchetect/swift-timecode

1.0.10

27 Feb 07:09
16adee2

Choose a tag to compare

Bumped dependency version to account for RegEx helper method changes

1.0.9

29 Jan 05:19
e590144

Choose a tag to compare

  • 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
429b634

Choose a tag to compare

Fixed TCC.toTimecode(rawValuesAt:) to not return Optional

1.0.7

08 Jan 09:20
ca13e3e

Choose a tag to compare

  • Internalized dependency

1.0.6

06 Jan 07:51

Choose a tag to compare

  • Added conformance to Codable

1.0.5

29 Oct 06:07

Choose a tag to compare

Minor syntax updates and performance improvements.

1.0.4

28 Oct 03:30

Choose a tag to compare

  • 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

Choose a tag to compare

  • Updated FrameRate.stringValue values, added FrameRate.stringValueVerbose
  • Added Timecode.converted(to:)
  • Updated README with documentation

1.0.2

22 Oct 23:55

Choose a tag to compare

Version bump

  • Moved utilities to shared dependency for better maintainability
  • Updated README with minor fixes

1.0.1

21 Sep 04:12

Choose a tag to compare

  • Renamed library to TimecodeKit
  • Renamed OTTimecode to Timecode
  • Renamed OTTime to TimeValue