Allow posting JSON array and object

Fixes #168

Fixes #156
This commit is contained in:
Joe Nelson
2015-04-19 17:46:11 -07:00
parent 02228b76cc
commit 5688030104
3 changed files with 21 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## unreleased
- Allow nested objects and arrays in JSON post for jsonb columns
## [0.2.8.0] - 2015-04-17
### Added
- Option to specify nulls first or last, eg `/people?order=age.desc.nullsfirst`