File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.2.0
2+ * Fixes a bug wherein clicking a link to the same page the user was on would trigger a full page refresh.
3+
140.1.9
25 * Fixes a bug introduced in 0.1.8 whereby the port wouldn't be properly set on different browsers.
36
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ browsers will be left behind.
2222Just add the following to your ` project.clj ` :
2323
2424``` clojure
25- :dependencies [venantius/accountant " 0.1.9 " ]
25+ :dependencies [venantius/accountant " 0.2.0 " ]
2626```
2727
2828## Usage
Original file line number Diff line number Diff line change 1- (defproject venantius /accountant " 0.1.9 "
1+ (defproject venantius /accountant " 0.2.0 "
22 :description " Navigation for Single-Page Applications Made Easy."
33 :url " http://github.com/venantius/accountant"
44 :license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments