Add jsonb to changelog
This commit is contained in:
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Option to specify nulls first or last, eg `/people?order=age.desc.nullsfirst`
|
- Option to specify nulls first or last, eg `/people?order=age.desc.nullsfirst`
|
||||||
- Filter nulls, `?col=is.null` and `?col=isnot.null`
|
- Filter nulls, `?col=is.null` and `?col=isnot.null`
|
||||||
|
- Filter within jsonb, `?col->a->>b=eq.c`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Allow NULL values in posts
|
- Allow NULL values in posts
|
||||||
|
|||||||
Reference in New Issue
Block a user