Skip to content

Commit

Permalink
[release] 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
venantius committed Feb 17, 2017
1 parent 8be21d2 commit 727a2e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.8
* Fixes a bug wherein the history duplicates if the relative href is equal to the current active one.
* Accountant no longer blocks default action when the target is set to something other than "" or "\_self", which means pop-ups are no longer blocked.
* Check for differences in port number when handling the link.

0.1.7
* Fixes a bug where accountant wouldn't reload when the target had a different
hostname
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ browsers will be left behind.
Just add the following to your `project.clj`:

```clojure
:dependencies [venantius/accountant "0.1.7"]
:dependencies [venantius/accountant "0.1.8"]
```

## Usage
Expand Down Expand Up @@ -85,6 +85,6 @@ Note that both `navigate!` and `dispatch-current!` can only be used after callin

## License

Copyright © 2015 W. David Jarvis
Copyright © 2017 W. David Jarvis

Distributed under the Eclipse Public License, the same as Clojure.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject venantius/accountant "0.1.7"
(defproject venantius/accountant "0.1.8"
:description "Navigation for Single-Page Applications Made Easy."
:url "http://github.com/venantius/accountant"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 727a2e8

Please sign in to comment.