-
Notifications
You must be signed in to change notification settings - Fork 961
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New features: - Remove legacy browser support (pre pushState) - Add state to hash history - Use custom window when creating history objects - Better history.block API (wip) - Fix location.pathname encoding issues - About 50% smaller - No dependencies Removed features: - Removes basename support - Removes getUserConfirmation - Removes keyLength - Removes hashType - Removes relative pathname support in hash + memory histories Still TBD: - Missing pathname support in push/replace Fixes #624 Fixes #704 Fixes #723 Fixes #726
- Loading branch information
Showing
61 changed files
with
989 additions
and
2,904 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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"esm/history.js": { | ||
"bundled": 28076, | ||
"minified": 12353, | ||
"gzipped": 3575, | ||
"bundled": 13433, | ||
"minified": 5829, | ||
"gzipped": 1706, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 208, | ||
"import_statements": 132 | ||
"code": 43, | ||
"import_statements": 43 | ||
}, | ||
"webpack": { | ||
"code": 1324 | ||
"code": 1027 | ||
} | ||
} | ||
}, | ||
"umd/history.js": { | ||
"bundled": 33021, | ||
"minified": 11943, | ||
"gzipped": 3917 | ||
"bundled": 14957, | ||
"minified": 5450, | ||
"gzipped": 1760 | ||
}, | ||
"umd/history.min.js": { | ||
"bundled": 30384, | ||
"minified": 9993, | ||
"gzipped": 3501 | ||
"bundled": 14343, | ||
"minified": 5137, | ||
"gzipped": 1619 | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.