Thank you @ruslantalpa

This commit is contained in:
Joe Nelson
2015-10-04 10:10:17 -07:00
parent 0f1b313d96
commit 9b222fb93d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- Embed associations, e.g. `/film?select=*,director(*)` - @ruslantalpa
- Filter columns, e.g. `?select=col1,col2` - @ruslantalpa
- Does not execute the count total if header "Prefer: count=none" - @diogob
+2
View File
@@ -161,6 +161,8 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing).
### 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
contributions and many fundamental design discussions
* [Diogo Biazus](https://github.com/diogob) for many improvements