@@ -4,9 +4,44 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org ) .
6
6
7
- ## 📦 [ Version 0.1 .0] ( https://github.com/fetch-rewards/swift-mocking/releases/tag/0.1 .0 ) - April 23 , 2025 ([ Full Changelog] ( https://github.com/fetch-rewards/swift-mocking/commits /0.1.0 ) )
7
+ ## 🚀 [ Version 0.2 .0] ( https://github.com/fetch-rewards/swift-mocking/releases/tag/0.2 .0 ) - June 26 , 2025 ([ Full Changelog] ( https://github.com/fetch-rewards/swift-mocking/compare /0.1.0...0.2 .0 ) )
8
8
9
- ### 🚀 Initial Release
9
+ ### ✨ Features
10
+
11
+ - Add sendableConformance argument to Mocked ([ #106 ] ( https://github.com/fetch-rewards/swift-mocking/pull/106 ) )
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ - Handle composed and mixed associated type constraints ([ #108 ] ( https://github.com/fetch-rewards/swift-mocking/pull/108 ) )
16
+
17
+ ### 📝 Documentation
18
+
19
+ - Add SPI badges to README ([ #102 ] ( https://github.com/fetch-rewards/swift-mocking/pull/102 ) )
20
+ - Fix spelling mistake ([ #101 ] ( https://github.com/fetch-rewards/swift-mocking/pull/101 ) )
21
+ - Add more issue templates ([ #103 ] ( https://github.com/fetch-rewards/swift-mocking/pull/103 ) )
22
+ - Add social preview image asset ([ #105 ] ( https://github.com/fetch-rewards/swift-mocking/pull/105 ) )
23
+
24
+ ### 🧪 Testing
25
+
26
+ - Refactor MacroArgumentValue, reorganize files, and add unit tests ([ #111 ] ( https://github.com/fetch-rewards/swift-mocking/pull/111 ) )
27
+
28
+ ### 🔨 Refactoring
29
+
30
+ - Refactor MacroArgumentValue, reorganize files, and add unit tests ([ #111 ] ( https://github.com/fetch-rewards/swift-mocking/pull/111 ) )
31
+
32
+ ### 📦 Dependencies
33
+
34
+ - Update SwiftFormat minimum version and output version in CI ([ #110 ] ( https://github.com/fetch-rewards/swift-mocking/pull/110 ) )
35
+ - Update Swift Locking, SwiftSyntaxSugar, and SwiftSyntax dependencies ([ #114 ] ( https://github.com/fetch-rewards/swift-mocking/pull/114 ) )
36
+
37
+ ### 🛠️ CI/CD
38
+
39
+ - Add CODEOWNERS ([ #104 ] ( https://github.com/fetch-rewards/swift-mocking/pull/104 ) )
40
+ - Update SwiftFormat minimum version and output version in CI ([ #110 ] ( https://github.com/fetch-rewards/swift-mocking/pull/110 ) )
41
+
42
+ ## 🚀 [ Version 0.1.0] ( https://github.com/fetch-rewards/swift-mocking/releases/tag/0.1.0 ) - April 23, 2025 ([ Full Changelog] ( https://github.com/fetch-rewards/swift-mocking/commits/0.1.0 ) )
43
+
44
+ ### 🎉 Initial Release
10
45
11
46
This is the first public release of Swift Mocking, a library that provides a collection of Swift macros used to generate mocks.
12
47
0 commit comments