Thank you @ruslantalpa
This commit is contained in:
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Embed associations, e.g. `/film?select=*,director(*)` - @ruslantalpa
|
||||||
- Filter columns, e.g. `?select=col1,col2` - @ruslantalpa
|
- Filter columns, e.g. `?select=col1,col2` - @ruslantalpa
|
||||||
- Does not execute the count total if header "Prefer: count=none" - @diogob
|
- Does not execute the count total if header "Prefer: count=none" - @diogob
|
||||||
|
|
||||||
|
|||||||
@@ -161,6 +161,8 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing).
|
|||||||
|
|
||||||
### Thanks
|
### Thanks
|
||||||
|
|
||||||
|
* [Ruslan Talpa](https://github.com/ruslantalpa) for rewriting the
|
||||||
|
route parsing and query generation code to support resource embedding
|
||||||
* [Adam Baker](https://github.com/adambaker) for code
|
* [Adam Baker](https://github.com/adambaker) for code
|
||||||
contributions and many fundamental design discussions
|
contributions and many fundamental design discussions
|
||||||
* [Diogo Biazus](https://github.com/diogob) for many improvements
|
* [Diogo Biazus](https://github.com/diogob) for many improvements
|
||||||
|
|||||||
Reference in New Issue
Block a user