Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tada5hi/rapiq
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 22, 2022
2 parents 1c0e59f + 2bf6df3 commit 5b775f9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.3.0](https://github.com/Tada5hi/rapiq/compare/v0.2.9...v0.3.0) (2022-10-21)


### Bug Fixes

* changed structure of filters-parse-output-element ([0f3ec4e](https://github.com/Tada5hi/rapiq/commit/0f3ec4e98abd740762f07d5c6fbb518f4da5abe9))
* filter-value-with-operator type ([acbc090](https://github.com/Tada5hi/rapiq/commit/acbc0908febd2e66c52368dc199734fd0008033e))
* remove filter-value-config format ([a7172b0](https://github.com/Tada5hi/rapiq/commit/a7172b00d1cdc28ba22f0b6555a69f134c2d8321))


### Features

* add filter validate option ([882a5dc](https://github.com/Tada5hi/rapiq/commit/882a5dcb58ecd5cb57a7e4f5326b9e6a528a1194))

## [0.2.9](https://github.com/Tada5hi/rapiq/compare/v0.2.8...v0.2.9) (2022-10-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapiq",
"version": "0.2.9",
"version": "0.3.0",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 5b775f9

Please sign in to comment.