We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16c275 commit 3786286Copy full SHA for 3786286
CHANGELOG.md
@@ -1,7 +1,17 @@
1
## [Unreleased]
2
3
+## [1.0.0.beta2] - 2025-04-01
4
-## [1.0.0.rc1] - Unreleased
5
+### Breaking Changes
6
+
7
+- `Quo::ComposedQuery.composer` is now `Quo::Composing.composer`
8
+- `Quo::ComposedQuery.merge_instances` is now `Quo::Composing.merge_instances`
9
10
+### Fixed
11
12
+- Fixed issue with handling of query specifications in the query composer
13
14
+## [1.0.0.beta1] - 2025-04-01
15
16
### Breaking Changes
17
@@ -25,6 +35,7 @@ Nearly everything has had changes. Porting will require some effort.
25
35
### Added
26
36
27
37
- Helpers `stub_query` and `mock_query` for Minitest
38
+- Support for Rails 8
28
39
29
40
## [0.5.0] - 2022-12-23
30
41
0 commit comments