Test is.null matcher

This commit is contained in:
Joe Nelson
2015-03-15 15:20:31 -07:00
parent f4e0c12cba
commit f7ff08edf7
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### 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`
## [0.2.7.0] - 2015-03-03
### Added