-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from procore/allows-mutating-filters
Allows mutating filters
- Loading branch information
Showing
10 changed files
with
130 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,34 @@ | ||
## Unreleased | ||
|
||
## 0.16.0 | ||
|
||
- Adds a `tap` method to `filter_on` to support mutating filter values | ||
|
||
## 0.15.0 | ||
|
||
* Support for `null` filtering by `jsonb` type | ||
- Support for `null` filtering by `jsonb` type | ||
|
||
## 0.14.0 | ||
|
||
* Add support for `jsonb` type (only for PostgreSQL) | ||
- Add support for `jsonb` type (only for PostgreSQL) | ||
|
||
## 0.13.0 | ||
|
||
## 0.12.0 | ||
|
||
* Change gem name to procore-sift | ||
- Change gem name to procore-sift | ||
|
||
## 0.11.0 | ||
|
||
* Rename gem to Sift | ||
* Add normalization and validation for date range values | ||
* Tightened up ValueParser by privatizing unnecessarily public attr_accessors | ||
- Rename gem to Sift | ||
- Add normalization and validation for date range values | ||
- Tightened up ValueParser by privatizing unnecessarily public attr_accessors | ||
|
||
## 0.10.0 | ||
|
||
* Support for integer filtering of JSON arrays | ||
- Support for integer filtering of JSON arrays | ||
|
||
## 0.9.2 (January 26, 2018) | ||
|
||
* Rename gem to Brita | ||
* Publish to RubyGems | ||
- Rename gem to Brita | ||
- Publish to RubyGems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Sift | ||
VERSION = "0.15.0".freeze | ||
VERSION = "0.16.0".freeze | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters