history-manager
Advanced tools
Comparing version 1.4.0 to 1.4.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [1.4.1] - 2021-04-08 | ||
- use full location pathname in `URLManager.construct` | ||
## [1.4.0] - 2021-04-08 | ||
@@ -5,0 +8,0 @@ - allow not "#" base, using History API |
{ | ||
"name": "history-manager", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -16,3 +16,3 @@ /** | ||
}`; | ||
const LOCATION_PATHNAME = window.location.pathname.split("/").slice(0, -1).join("/"); | ||
const LOCATION_PATHNAME = window.location.pathname; | ||
@@ -19,0 +19,0 @@ const parenthesesRegex: RegExp = /[\\\/]+/g; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
232916