Skip to content

Commit

Permalink
Use host instead of hostname to include port in url comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegorka committed Jan 26, 2021
1 parent 45ae72c commit 0f72f85
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 45 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Svelte Router changelog

## 5.8.4

Use host instead of hostname to include port in url comparison.

## 5.8.3

Remove console log.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,3 +744,5 @@ I would like to thank all the people that create issues and comment on [Github](
[A J](https://github.com/aj-nk)

[David Kiss](https://github.com/xdavidkissx)

[Common Creator](https://github.com/CommonCreator)
189 changes: 147 additions & 42 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-router-spa",
"version": "5.8.3",
"version": "5.8.4",
"description": "A full featured router component for Svelte and your Single Page Applications.",
"main": "src/index.js",
"svelte": "src/index.js",
Expand All @@ -15,10 +15,10 @@
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.15.0",
"eslint": "^7.18.0",
"mocha": "^8.2.1",
"mocha-jsdom": "^2.0.0",
"svelte": "^3.31.0"
"svelte": "^3.32.0"
},
"dependencies": {
"url-params-parser": "^1.0.3"
Expand Down

0 comments on commit 0f72f85

Please sign in to comment.