We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3f5f0 commit 96232c5Copy full SHA for 96232c5
CHANGELOG.md
@@ -4,6 +4,14 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
+## 0.2.0 (2014-11-04)
8
+
9
+* Feature: Support dotted notation for nested attributes
10
+ (#5 by @maximkou)
11
12
+* Remove: Remove boolean filters (dropped from spec v0.3)
13
+ (#8)
14
15
## 0.1.0 (2014-08-21)
16
17
* First tagged release
README.md
@@ -24,7 +24,7 @@ The recommended way to install this library is [through composer](http://getcomp
24
```JSON
25
{
26
"require": {
27
- "clue/json-query": "~0.1.0"
+ "clue/json-query": "~0.2.0"
28
}
29
30
```
0 commit comments