-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement as standard connect middleware (#351)
* implement as standard express middleware * conver to standard express middleware * require options only * update codacy * update ncyrc * update nyc * update readme * update README * update README * cleanup specs * remove sync test * update examples * namspace errors and provide a default export * alpha.2 * fix test * publish changelog * improve response type handling * increment patch version * improve async init with connect middleware * update packages * update deps * fix operation handlers when installed as router middleware * update README * do not pass routes to path params * update patch version * add default resolver cache * update alpha version * update README * fix for issue #369 * add test no query params * increment alpha version * increment alpha to beta * update README * Update README.md * Update README.md * increment beta version * remove default export * update import * example lock * update README * ignore sav file * add publish target * add publish target Co-authored-by: dystopiandev <[email protected]>
- Loading branch information
1 parent
2231a29
commit b806dd4
Showing
61 changed files
with
8,594 additions
and
3,712 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ exclude_paths: | |
- 'test/*' | ||
- '**.md' | ||
- src/framework/modded.express.mung.ts | ||
- src/resolvers.ts |
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 |
---|---|---|
|
@@ -12,4 +12,5 @@ secrets.zip | |
jest | ||
junk | ||
/a_reference | ||
/sample2 | ||
/sample2 | ||
README.md.sav |
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
Oops, something went wrong.