Thanks @diogob!
This commit is contained in:
+6
-5
@@ -5,14 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
- Debian init scripts
|
- CSV responses to GET requests with `Accept: text/csv` - @diogob
|
||||||
- Allow filters by computed columns
|
- Debian init scripts - @mkhon
|
||||||
|
- Allow filters by computed columns - @diogob
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Add materialized views to results in GET /
|
- Add materialized views to results in GET / - @diogob
|
||||||
- Indicate insertable=true for views that are insertable through triggers
|
- Indicate insertable=true for views that are insertable through triggers - @diogob
|
||||||
- Builds under GHC 7.10
|
- 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
|
## [0.2.10.0] - 2015-06-03
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -163,9 +163,13 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing).
|
|||||||
|
|
||||||
* [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
|
||||||
|
and deep postgresql knowledge
|
||||||
* [Nikita Volkov](https://github.com/nikita-volkov) for writing the
|
* [Nikita Volkov](https://github.com/nikita-volkov) for writing the
|
||||||
wonderful [Hasql](https://github.com/nikita-volkov/hasql) library
|
wonderful [Hasql](https://github.com/nikita-volkov/hasql) library
|
||||||
and helping me use it
|
and helping me use it
|
||||||
* [Mikey Casalaina](https://github.com/casalaina) for the cool logo
|
* [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/)
|
* [Jonathan Harrington](https://github.com/prio) for writing a [nice
|
||||||
* [Federico Rampazzo](https://github.com/framp) for suggesting and implementing [JWT](http://jwt.io/) support
|
tutorial](http://blog.jonharrington.org/postgrest-introduction/)
|
||||||
|
* [Federico Rampazzo](https://github.com/framp) for suggesting and
|
||||||
|
implementing [JWT](http://jwt.io/) support
|
||||||
|
|||||||
Reference in New Issue
Block a user