Skip to content

Releases: swift-foundations/swift-css

Release list

0.5.0

Choose a tag to compare

@coenttb coenttb released this 22 Dec 11:15
a457cb5

What's New

  • README: Added comprehensive documentation with usage examples
  • Standardized linting: SwiftLint config now defers to swift-standards parent config
  • Code cleanup: Replaced try! with proper error handling in tests
  • CI updates: Updated GitHub Actions to latest versions

Full Changelog

0.4.0...0.5.0

0.1.1

Choose a tag to compare

@coenttb coenttb released this 15 Dec 21:23

Maintenance Release

Changes

  • Fixed all SwiftLint violations for CI strict mode compliance
  • Added messages to all fatalError() calls per fatal_error_message rule
  • Applied swift-format formatting across codebase
  • Disabled force_try rule (commonly used in test code)

All 544 tests passing.