Skip to content

Releases: rhwood/WMATAUI.swift

0.6.1

02 Jan 18:05
391b588
Compare
Choose a tag to compare

What's Changed

  • feat: allow font sizes to be set by @rhwood in #22

Full Changelog: 0.6.0...0.6.1

0.6.0

02 Jan 17:32
96cfbac
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE: Line.dot(style: TextStyle) now uses Font.TextStyle as a parameter type in lieu of UIFont.TextStyle or NSFont.TextStyle depending on your platform.

  • fix: Use Font.TextStyle in APIs by @rhwood in #21
  • tests: Remove Swift 3 test boilerplate by @rhwood in #20

Full Changelog: 0.5.0...0.6.0

0.5.0

31 Dec 20:02
a92d7fd
Compare
Choose a tag to compare

Bump release to incorporate WMATA.swift 12.0.0

0.4.1

30 Dec 23:33
9e2204a
Compare
Choose a tag to compare

Fix a compilation error on tvOS.

0.4.0

30 Dec 22:35
Compare
Choose a tag to compare

What's Changed

  • Support macOS without requiring Catalyst
  • All functions and variables in this library are now extensions to SwitfUI or WMATA.swift classes and structs (this is a BREAKING CHANGE).

Full Changelog: 0.3.0...0.4.0

0.3.0

30 Dec 17:12
Compare
Choose a tag to compare

Extensions to WMATA.swift that do not depend on SwiftUI have been migrated into that project and removed from this project.

0.2.0

30 Dec 12:20
c2966c7
Compare
Choose a tag to compare

Use WMATA.swift 11.0.2. This change removes some now redundant code and bumps requirements to match or require newer than WMATA.swift.

0.1.0

26 Dec 21:32
0c4c003
Compare
Choose a tag to compare

Initial release