# Changelog

### v1.2.8 / 2020-03-05
- Fixed typings

### v1.2.7 / 2018-06-18
- Added Typings inside library

### v1.2.6 / 2018-02-14
- Added replace method

### v1.2.5 / 2017-11-15
- Hot fix

### v1.2.4 / 2017-11-15
- Fixed issue related to missing security hook

### v1.2.3 / 2017-04-22
- Added security hooks

### v1.2.2 / 2017-01-21
- Fixed issue related to sync and async processes

### v1.2.1 / 2017-01-13
- Minor fix

### v1.2.0 / 2017-01-13
- Added Async unload callback
- Fixed the reset state for unload false
- Remove IE compatibility

### v1.1.5 / 2017-01-13
- Remove the unload callback
- Fixed Promise error for IE
- Fixed always popup confirm box on leave page

### v1.1.4 / 2017-01-04
- Fixed the `:num` wildcard
- Added async unload callback

### v1.1.2 / 2016-08-22
- Fixed the silent navigate currentPage object
- Added refresh method
### v1.1.3 / 2016-08-22
- Fix query string for refresh

### v1.1.2 / 2016-08-22
- Added recall of router handler functionality

### v1.1.1 / 2016-08-02
- Added silent navigation

### v1.1.0 / 2016-07-28
- Added hook for rooter before page loads 
- Added hook for page before it unloads

### v1.0.4 / 2016-04-28
- Added bower package install

### v1.0.3 / 2016-04-28
- Added LICENSE file

### v1.0.2 / 2016-04-21
- Added detailed API documentation

### v1.0.1 / 2016-04-18
- Added to bower repo

### v1.0.0 / 2016-04-18
- Added `dist` folder with min and dev version

### v0.1.5 / 2016-04-16
- Added back function
- Added forward function
- Added go function

### v0.1.4 / 2016-04-16
- replaced listener interval with browser events

### v0.1.3 / 2016-04-16
- added name-placeholder as variable to pass to callback

### v0.1.2 / 2016-04-16
- Fixed multiple wildcards
- Added name-placeholder as {placeholder}

### v0.1.1 / 2016-04-08
- Added window state

### v0.0.4 / 2016-04-02
- Bug fixing
- Added unit tests

### v0.0.3 / 2016-03-30
- Added route wildcards :any, :num, :word
- Parse query string
- Set Interval as private property
- Fixed remove route

### v0.0.2 / 2016-03-30
- Fix URI match issue

### v0.0.1 / 2016-03-30
- Added core functionality
