Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 751 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.0] - May 4th, 2020

  • feat (Go): Support passing the mode to router.go (See #20)

[2.1.0] - April 28th, 2020

  • feat (popstate): Support higher fidelity popstate event handling (See #19)

Breaking Changes

  • Require explicit initialization via initialize before using. (See #17)

Fixes

  • Ensure that reset cleans up the onpopstate listener. (See #17)
  • Only navigate to the catchAll path if one has been provided. (See #17)

[1.4.7] - April 5th, 2019