From 9b222fb93d42251519093ab44c79b8712b0fc2b7 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 4 Oct 2015 09:57:44 -0700 Subject: [PATCH] Thank you @ruslantalpa --- CHANGELOG.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5a8f439..fab28a50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 25ab061f1..c7d8858d5 100644 --- a/README.md +++ b/README.md @@ -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