-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.3.0](v2.2.0...v2.3.0) (2020-04-21) ### Bug Fixes * add @hapi/bounce, lowercase imports ([dc90ef4](dc90ef4)) * add support for tags ([5b77fbb](5b77fbb)) * add tests ([064a84d](064a84d)) * boomify filter errors, rethrow system-errors ([724b52c](724b52c)) * cleanup, map SQL operator ([804d7b3](804d7b3)) * filter creation ([33cf418](33cf418)) * improve swagger docs ([ee55200](ee55200)) * **filter:** filter creation with renames ([1327ee8](1327ee8)) * rename support, cleanup ([6fa6a83](6fa6a83)) * support renames in createFromQueryFiltes ([36c662d](36c662d)) * update test ([5b379aa](5b379aa)) * update usage of Filter ([4f84b77](4f84b77)) * working filter ([0f23321](0f23321)) ### Features * custom-joi filter-type ([6e675a8](6e675a8)) * **queryfilter:** enable queryFilter-plugin ([a8574f7](a8574f7)) * filtering ([fa05623](fa05623))
- Loading branch information
Showing
5 changed files
with
30 additions
and
4 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
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 |
---|---|---|
|
@@ -27,5 +27,5 @@ | |
"cypress-cucumber-preprocessor": { | ||
"nonGlobalStepDefinitions": true | ||
}, | ||
"version": "2.2.0" | ||
"version": "2.3.0" | ||
} |
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