We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca877d2 commit 2b8f32aCopy full SHA for 2b8f32a
CHANGELOG.md
@@ -2,6 +2,19 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 4.2.0
6
+
7
+### Added
8
9
+- Macroable support to `QueryBuilder`
10
+- Add `first()` method to `QueryBuilder`
11
+- Allow middleware to be added within a controller, including WordPress controllers
12
+- Add `has()` method to `Config`
13
14
+### Patched
15
16
+- Ensure `get()` and `first()` on the `QueryBuilder` return consistent responses
17
18
## 4.1.0
19
20
### Added
0 commit comments