File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.1] - 2024-08-29
11+
12+ ### Fixed
13+ - ** Code Quality** : Fixed all SwiftLint violations (51 → 0)
14+ - ** YAML Configuration** : Resolved SwiftLint configuration parsing issues
15+ - ** Line Length** : Fixed line length violation in ObservedKeyPathsMacros.swift
16+ - ** Trailing Whitespace** : Removed all trailing whitespace from source files
17+ - ** Import Sorting** : Fixed import order according to sorted_imports rule
18+ - ** Unused Parameters** : Fixed unused closure parameter in BasicExample.swift
19+
20+ ### Technical Improvements
21+ - ** Code Standards** : All source code now follows SwiftLint best practices
22+ - ** Maintainability** : Improved code readability and consistency
23+ - ** CI Ready** : Code is now ready for strict linting in CI/CD pipeline
24+
1025## [ 1.1.0] - 2024-08-29
1126
1227### Fixed
You can’t perform that action at this time.
0 commit comments