Releases: swift-foundations/swift-css
Releases · swift-foundations/swift-css
Release list
0.5.0
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.1.1
Maintenance Release
Changes
- Fixed all SwiftLint violations for CI strict mode compliance
- Added messages to all
fatalError()calls perfatal_error_messagerule - Applied swift-format formatting across codebase
- Disabled
force_tryrule (commonly used in test code)
All 544 tests passing.