Skip to content

Commit 9cf9b0d

Browse files
committed
Prepare release 1.1.1: Fix all SwiftLint violations
- Fixed 51 SwiftLint violations → 0 violations - Resolved YAML configuration parsing issues - Fixed line length and trailing whitespace issues - Improved code quality and maintainability - All code now follows SwiftLint best practices
1 parent 90b9fb1 commit 9cf9b0d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)