Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
* 🏠 Update dependencies
Browse files Browse the repository at this point in the history
* 🏠 Remove fossa notification with webhook
  • Loading branch information
pauldcomanici committed Dec 3, 2019
1 parent 036f6e2 commit 1263217
Show file tree
Hide file tree
Showing 6 changed files with 5,588 additions and 907 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"brace-style": [2, "1tbs", {"allowSingleLine": true}],
"camelcase": [2, {"properties": "never"}],
"class-methods-use-this": 2,
"comma-dangle": [2, "always-multiline"],
"comma-dangle": [2, "only-multiline"],
"comma-spacing": [2, {"before": false, "after": true}],
"comma-style": [2, "last"],
"complexity": [2, {
Expand Down
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
patch: {}
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ jobs:
after_success:
- cd src && fossa test

notifications:
webhooks: https://app.fossa.io/hooks/travisci
27 changes: 16 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,32 @@
> - :nail_care: [Polish]

## v-next
* :house: Update dependencies
* :house: Remove fossa notification with webhook


## v1.3.0
:house: Update dependencies
* :house: Update dependencies


## v1.2.0
:rocket: `name` property contains domain name and is a fallback if `ip` is not set (applies to every dependency).
:lollipop: Add more default values for the configuration & improve error reporting if the conf is not valid
:lollipop: Allow all possible options for proxy (excluding ssl)
:memo: Update documentation
:house: Update dependencies
* :rocket: `name` property contains domain name and is a fallback if `ip` is not set (applies to every dependency).
* :lollipop: Add more default values for the configuration & improve error reporting if the conf is not valid
* :lollipop: Allow all possible options for proxy (excluding ssl)
* :memo: Update documentation
* :house: Update dependencies


## v1.1.0
:lollipop: Ability to show complete url when logging requests
:house: Update dependencies
* :lollipop: Ability to show complete url when logging requests
* :house: Update dependencies


## v1.0.1
:lollipop: Improve colors that are used when logging
:house: Update dependencies
* :lollipop: Improve colors that are used when logging
* :house: Update dependencies


## v1.0.0
:house: First release, contains base functionality that allows starting a server that acts as a middleware for your application
* :house: First release, contains base functionality that allows starting a server that acts as a middleware for your application

0 comments on commit 1263217

Please sign in to comment.