Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

- **FEAT**: Implement support for record return types from generated methods ([#28](https://github.com/Apadmi-Engineering/mirage/issues/28)). ([46eb0e8f](https://github.com/Apadmi-Engineering/mirage/commit/46eb0e8fc54ea84f58911a51454cb2364df5f39c))
- **FEAT**: Implement support for getter property accessors ([#27](https://github.com/Apadmi-Engineering/mirage/issues/27)). ([d0169b69](https://github.com/Apadmi-Engineering/mirage/commit/d0169b6986608a16797aa99e19b4150a7c0e3aa4))

## 1.0.0

* Fixes an issue where notifier class family argument symbols weren't being resolved and prefixed with imports ([#21](https://github.com/Apadmi-Engineering/mirage/issues/21)).
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.1.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flumepod
description: "A code generator to create Mockito compliant mocks of Riverpod Notifiers."
repository: https://github.com/Apadmi-Engineering/mirage
issue_tracker: https://github.com/Apadmi-Engineering/mirage/issues
version: 1.0.0
version: 1.1.0
topics:
- riverpod
- testing
Expand Down