Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 707 Bytes

0.1.7

  • Fixes a bug where accountant wouldn't reload when the target had a different hostname
  • Removes dependency on Secretary, allowing for use with other routing libraries.

0.1.6

  • Fixes a bug where query parameters would persist at different paths.
  • Adds support for URL hash fragments.

0.1.5

  • Internal refactoring
  • Extended browser event gating for meta key, alt key, ctrl key, shift key, etc.

0.1.4

  • Modify navigate! to not suppress browser events when the user tries to open a new tab

0.1.3

  • Adds core.async as a dependency
  • Adds a dispatch-current! function to dispatch on page load.

0.1.2

  • Adding navigation support via the HTML5 history API.

0.1.1

  • Initial release.