Skip to content

Commit 684be62

Browse files
authored
Update CHANGELOG.md
1 parent 6ec9b71 commit 684be62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### New
66

7-
- **Breaking:** The `@Queryable` property wrapper has been replaced by a `Queryable` class conforming to `ObservableObject`. This is an unfortunate breaking change, but it allows you to define Queryables literally *anywhere* in your app, i.e. in your views, view models or any other class your views have access to in some way. Please see the [Migration Guide]() for instructions on how to modify your existing code base. I'm sorry for the inconvenience of this, but I do believe it's going to be worth it.
7+
- **Breaking:** The `@Queryable` property wrapper has been replaced by a `Queryable` class conforming to `ObservableObject`. This is an unfortunate breaking change, but it allows you to define Queryables literally *anywhere* in your app, i.e. in your views, view models or any other class your views have access to in some way. Please see the [Migration Guide](https://github.com/SwiftedMind/Queryable/blob/main/MIGRATIONS.md) for instructions on how to modify your existing code base. I'm sorry for the inconvenience of this, but I do believe it's going to be worth it.
88

99
- Added Unit Tests to reduce the chance of introducing bugs or broken functionality when making future modifications. The test suite will be continuously expanded.
1010

0 commit comments

Comments
 (0)