-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
5 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,19 +1,42 @@ | ||
# Changelog | ||
|
||
## v0.1.2 - 2020-08-26 | ||
## 0.2.0 - 2020-08-30 | ||
|
||
### Added | ||
|
||
- Add `createLink` function to enable custom link creation | ||
- Format URL on page load | ||
|
||
### Changed | ||
|
||
- Rename `history` mode to `path` | ||
- All router options need to be defined | ||
- All public APIs, except for `route`, will now throw an error if called before `initRouter` | ||
- `initRouter` will throw an error if called more than once | ||
- `LocationInput`'s `path`, `search` and `hash` will treat empty string as undefined | ||
|
||
### Removed | ||
|
||
- Remove `link` action, use `createLink` instead | ||
|
||
### Fixed | ||
|
||
- Fix synchronous redirect rendering | ||
|
||
## 0.1.2 - 2020-08-26 | ||
|
||
### Fixed | ||
|
||
- Route store is always defined even before `initRouter` | ||
- `navigate` will not throw error if called before `initRouter` | ||
- Fix base path detection | ||
|
||
## v0.1.1 - 2020-08-25 | ||
## 0.1.1 - 2020-08-25 | ||
|
||
### Fixed | ||
|
||
- Fix unexpected slot "default" warning | ||
|
||
## v0.1.0 - 2020-08-25 | ||
## 0.1.0 - 2020-08-25 | ||
|
||
Initial release |
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