Thanks @diogob!

This commit is contained in:
Joe Nelson
2015-08-15 12:14:20 -07:00
parent 734484714c
commit ebc8c387e0
2 changed files with 12 additions and 7 deletions
+6 -5
View File
@@ -5,14 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added
- Debian init scripts
- Allow filters by computed columns
- CSV responses to GET requests with `Accept: text/csv` - @diogob
- Debian init scripts - @mkhon
- Allow filters by computed columns - @diogob
### Fixed
- Add materialized views to results in GET /
- Indicate insertable=true for views that are insertable through triggers
- Add materialized views to results in GET / - @diogob
- Indicate insertable=true for views that are insertable through triggers - @diogob
- Builds under GHC 7.10
- Allow the use of columns named "count" in relations queried
- Allow the use of columns named "count" in relations queried - @diogob
## [0.2.10.0] - 2015-06-03
### Added
+6 -2
View File
@@ -163,9 +163,13 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing).
* [Adam Baker](https://github.com/adambaker) for code
contributions and many fundamental design discussions
* [Diogo Biazus](https://github.com/diogob) for many improvements
and deep postgresql knowledge
* [Nikita Volkov](https://github.com/nikita-volkov) for writing the
wonderful [Hasql](https://github.com/nikita-volkov/hasql) library
and helping me use it
* [Mikey Casalaina](https://github.com/casalaina) for the cool logo
* [Jonathan Harrington](https://github.com/prio) for writing a [nice tutorial](http://blog.jonharrington.org/postgrest-introduction/)
* [Federico Rampazzo](https://github.com/framp) for suggesting and implementing [JWT](http://jwt.io/) support
* [Jonathan Harrington](https://github.com/prio) for writing a [nice
tutorial](http://blog.jonharrington.org/postgrest-introduction/)
* [Federico Rampazzo](https://github.com/framp) for suggesting and
implementing [JWT](http://jwt.io/) support