Merge pull request #366 from calebmer/patch-1

Summarize column synonym change
This commit is contained in:
Joe Nelson
2015-11-15 09:21:52 -08:00
+2 -1
View File
@@ -10,7 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Postgres connection string argument - @calebmer
- Encode JWT for procs that return type `jwt_claims` - @
- Full text operators `@>`,`<@` - @ruslantalpa
- Shaping of the response body (filter columns, embed relations) with &select parameter for POST/PATCH @ruslantalpa
- Shaping of the response body (filter columns, embed relations) with &select parameter for POST/PATCH - @ruslantalpa
- Detect relationships between public views and private tables - @calebmer
### Removed
- API versioning feature - @calebmer