What's New in 0.1.0
New Features
- Cols: ExpressibleByIntegerLiteral - Enhanced type safety for column specifications
- BR: HTMLVoidElement - Added line break element support
- Explicit Input extensions - Improved Input element type system
Improvements
- SwiftLint compliance - Comprehensive code formatting and style improvements
- Type fixes - Enhanced type safety for cols/rows attributes
- Code quality - Extensive formatting improvements across the codebase
Documentation
- Updated installation instructions to reference version 0.1.0
- Comprehensive test coverage for HTML element types
This release includes significant enhancements to the type system and code quality while maintaining backward compatibility.
Installation
Swift Package Manager
dependencies: [
.package(url: "https://github.com/coenttb/swift-html-types", from: "0.1.0")
]