Skip to content

Releases: tuist/SwiftyTailwind

0.5.0

11 Nov 11:53
d2bc66e
Compare
Choose a tag to compare

What's Changed

  • Fixes broken links in README by @csjones in #9
  • docs: add csjones as a contributor for content by @allcontributors in #10
  • chore(deps): update dependency apple/swift-log to from: "1.5.3" by @renovate in #11
  • chore(deps): update actions/checkout action to v4 by @renovate in #13
  • chore(deps): update dependency swift-server/async-http-client to from: "1.19.0" by @renovate in #12
  • chore(deps): update dependency apple/swift-tools-support-core to from: "0.6.1" by @renovate in #14
  • aarch64 support by @jagreenwood in #16

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

27 Jun 17:39
Compare
Choose a tag to compare

Changed

  • Don't start tailwind in a new process to ensure it gets killed when the Swift process (parent process) exits Commit by @pepicrft

0.3.0

19 Jun 10:53
Compare
Choose a tag to compare

Fixed

  • Warning messages output by Tailwind were forwarded as error messages. They are now forwarded as info messages.

0.2.0

18 Jun 15:01
Compare
Choose a tag to compare

Fixed

  • We fixed a bug that caused the network interactions not to work on Linux due to a dependency with the macOS-only API URLSession.shared