Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(filters): Implement basic compact support
This was missed when adding support for `nil`. `compact` removes `nil`s from an array. This does not implement the optional parameter to filter out objects with a `nil` property.
- Loading branch information