Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 751 Bytes

Changelog

[1.0.1]

Fixed

  • Navigation with "router.push" when added base path
  • Initiation of "silent" mode

[1.0.0]

Added

  • Silent mode
  • Default URL

[0.3.0]

Added

  • Router rewritten in Typescript
  • Base URL feature

Fixed

  • Issue with History mode (browser's back and forward button wasn't working)

[0.2.1]

Fixed

  • "RouterOutlet is not defined" error for Rollup-based projects

[0.2.0]

Added

  • Dynamic route matching
  • pushByName method

[0.1.1]

Added

  • Enabled slot for RouterLink

[0.1.0]

Added

  • History mode
  • beforeEach and afterEach navigation hooks

[0.0.2]

Fixed

  • Redirect to hash-based index if no url specified
  • Updated readme

[0.1.1]

Added

  • Hash mode
  • Push method