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 28, 2022
2 parents 2b29f41 + 492bd6c commit 33affe2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.4.0](https://github.com/Tada5hi/rapiq/compare/v0.3.2...v0.4.0) (2022-10-28)


### Bug Fixes

* allow non matching regex strings, if permitted by options ([145b119](https://github.com/Tada5hi/rapiq/commit/145b1199b79f5dc33893bca32e110ec2d7700985))


### Features

* parse everything, if allowed- & default- option are not defined ([9bda36a](https://github.com/Tada5hi/rapiq/commit/9bda36a4fa0619952b0e9375c8e8b3365ba34df4))

## [0.3.2](https://github.com/Tada5hi/rapiq/compare/v0.3.1...v0.3.2) (2022-10-27)


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.3.2",
"version": "0.4.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 33affe2

Please sign in to comment.