File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ This project adheres to [ Semantic Versioning] ( https://semver.org ) .
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 ) )
8+
9+ ### 🚀 Initial Release
10+
11+ This is the first public release of Swift Mocking, a library that provides a collection of Swift macros used to generate mocks.
12+
13+ This initial release includes:
14+
15+ - ` @Mocked ` - an attached peer macro that generates a mock class from a protocol declaration.
16+ - ` @MockedMembers ` - an attached member and member-attribute macro that generates mocked members for a mock declaration.
17+ - ` @MockableProperty ` - an attached macro that marks a property as being mockable.
18+ - ` @MockableMethod ` - an attached macro that marks a method as being mockable.
You can’t perform that action at this time.
0 commit comments