Skip to content

Commit

Permalink
Bugfix/wraper objectids (#308)
Browse files Browse the repository at this point in the history
* feature: add tests for better crud coverage

* bugfix: support delete payload with rest call

* bugfix: properly handle objectIds in payload

* feature: better test coverage between rest and wrapper calls

* 3.0.1
  • Loading branch information
JKHeadley authored Aug 28, 2022
1 parent af17157 commit 9ff1798
Show file tree
Hide file tree
Showing 7 changed files with 1,934 additions and 12 deletions.
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": "rest-hapi",
"version": "3.0.0",
"version": "3.0.1",
"description": "A RESTful API generator for hapi",
"main": "rest-hapi.js",
"bin": {
Expand Down
Loading

0 comments on commit 9ff1798

Please sign in to comment.