Skip to content

Commit

Permalink
new cors support
Browse files Browse the repository at this point in the history
  • Loading branch information
gimox committed Jun 13, 2017
1 parent d3e3d8d commit cb67f24
Show file tree
Hide file tree
Showing 51 changed files with 1,184 additions and 277 deletions.
1 change: 1 addition & 0 deletions .nyc_output/6b7ce20d27fb380cf499dd147e6a0ac3.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .nyc_output/edd7682331407fac492069c575cc46d3.json

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,12 @@ Example
-----------------
Look at ./demo for a fully working example.
Changelog 2.0.5
-------------
- better cors support
- can be enable/disable cors for single routes
- better console output
Changelog 2.0.4
-------------
- add validator
Expand Down
3 changes: 2 additions & 1 deletion build/interfaces/IOptions.js

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

2 changes: 1 addition & 1 deletion build/interfaces/IOptions.js.map

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

19 changes: 11 additions & 8 deletions build/jroute-handler.js

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

2 changes: 1 addition & 1 deletion build/jroute-handler.js.map

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

16 changes: 0 additions & 16 deletions build/json-route.js

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

2 changes: 1 addition & 1 deletion build/json-route.js.map

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

10 changes: 8 additions & 2 deletions build/route-middleware.js

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

Loading

0 comments on commit cb67f24

Please sign in to comment.