Skip to content

Commit 7a3d543

Browse files
committed
Add changelog
1 parent bcbd3d2 commit 7a3d543

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

changelog.d/1604

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
synopsis: Full query string helpers
2+
prs: #1604
3+
4+
description: {
5+
This PR introduces `DeepQuery`, a route combinator that implements a pattern commonly known as deep objects.
6+
It builds upon the convention of using `[]` for a list of parameters:
7+
`books?filter[search]=value&filter[author][name]=value`.
8+
The corresponding type would be `DeepQuery "filter" BookQuery :> Get '[JSON] [Book]`.
9+
10+
}

0 commit comments

Comments
 (0)