Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,44 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org).

## πŸ“¦ [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))
## πŸš€ [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))

### πŸš€ Initial Release
### ✨ Features

- Add sendableConformance argument to Mocked ([#106](https://github.com/fetch-rewards/swift-mocking/pull/106))

### πŸ› Bug Fixes

- Handle composed and mixed associated type constraints ([#108](https://github.com/fetch-rewards/swift-mocking/pull/108))

### πŸ“ Documentation

- Add SPI badges to README ([#102](https://github.com/fetch-rewards/swift-mocking/pull/102))
- Fix spelling mistake ([#101](https://github.com/fetch-rewards/swift-mocking/pull/101))
- Add more issue templates ([#103](https://github.com/fetch-rewards/swift-mocking/pull/103))
- Add social preview image asset ([#105](https://github.com/fetch-rewards/swift-mocking/pull/105))

### πŸ§ͺ Testing

- Refactor MacroArgumentValue, reorganize files, and add unit tests ([#111](https://github.com/fetch-rewards/swift-mocking/pull/111))

### πŸ”¨ Refactoring

- Refactor MacroArgumentValue, reorganize files, and add unit tests ([#111](https://github.com/fetch-rewards/swift-mocking/pull/111))

### πŸ“¦ Dependencies

- Update SwiftFormat minimum version and output version in CI ([#110](https://github.com/fetch-rewards/swift-mocking/pull/110))
- Update Swift Locking, SwiftSyntaxSugar, and SwiftSyntax dependencies ([#114](https://github.com/fetch-rewards/swift-mocking/pull/114))

### πŸ› οΈ CI/CD

- Add CODEOWNERS ([#104](https://github.com/fetch-rewards/swift-mocking/pull/104))
- Update SwiftFormat minimum version and output version in CI ([#110](https://github.com/fetch-rewards/swift-mocking/pull/110))

## πŸš€ [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))

### πŸŽ‰ Initial Release

This is the first public release of Swift Mocking, a library that provides a collection of Swift macros used to generate mocks.

Expand Down