Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Oct 18, 2022
2 parents 54f07ea + 1d0e901 commit a0cfb26
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.1.0](https://github.com/Tada5hi/rapiq/compare/v0.0.6...v0.1.0) (2022-10-15)


### Bug Fixes

* transform filter output value + enhanced typing for filter(s) ([cb4cafb](https://github.com/Tada5hi/rapiq/commit/cb4cafb9c9a92c1ccd2cc40d4a0f5bcd3ea06c3a))


### Features

* add default & default-by-element option for filter(s) parsing ([c2e552d](https://github.com/Tada5hi/rapiq/commit/c2e552d51a5c588a3eb53263863be30f80ea9aa7))
* allow specifying default sort column(s) for parsing ([0029731](https://github.com/Tada5hi/rapiq/commit/00297318c6798520f2e8595541ad2f920d03b8c3))

## [0.0.6](https://github.com/Tada5hi/rapiq/compare/v0.0.5...v0.0.6) (2022-10-10)


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.0.6",
"version": "0.1.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 a0cfb26

Please sign in to comment.