index
:
abra
master
A small Clojure library for reverse-routing in Compojure.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2014-05-19
0.1.2 release
Carlo Zancanaro
2014-05-19
Fix the tests
Carlo Zancanaro
2014-05-19
Make the URL a full URL, with the HOST specified too
Carlo Zancanaro
2014-02-15
Add OPTIONS and PATCH to the readme
Carlo Zancanaro
2014-02-15
Bump version to 0.1.2-SNAPSHOT
Carlo Zancanaro
2014-02-15
Added tag 0.1.1 for changeset f6a1813450c4
Carlo Zancanaro
2014-02-15
Bump the version to 0.1.1-SNAPSHOT (should have already done it, sorry)
Carlo Zancanaro
2014-02-15
Remove some cruft and add some tests for `with-url-fn` and `add-middleware`
Carlo Zancanaro
2014-02-15
Change `with-url-fn` to use the result immediately as the route (not a map ↵
Carlo Zancanaro
of details)
2014-02-15
Docstrings for all public-facing functions
Carlo Zancanaro
2014-02-15
Ignore nrepl-port file
Carlo Zancanaro
2014-02-14
Syntax highlighting for README.md on bitbucket
Carlo Zancanaro
2014-02-14
Add a readme in case other people want to use it
Carlo Zancanaro
2014-02-13
Added tag 0.1.0 for changeset 06c23ec1f09e
Carlo Zancanaro
2014-02-13
Add to 'org.clojars.czan' group for deployment
Carlo Zancanaro
2014-02-13
Rename project to 'abra', add 'add-middleware' function to maintain ↵
Carlo Zancanaro
reverse-routing through middleware stack
2013-09-09
Some utilities for testing (when used in other libraries)
Carlo Zancanaro
2013-09-02
Return nil on failure (instead of throwing), eval context with args as ↵
Carlo Zancanaro
provided (instead of nil)
2013-09-02
Handle the case of the top-level route being a var
Carlo Zancanaro
2013-09-02
Fix an issue relating to vars in the context macro
Carlo Zancanaro
2013-09-02
Fix a stupid mistake - left in some code by accident
Carlo Zancanaro
2013-09-02
Rewrite to handle dynamic vars with sub-routes - resolve routes ring-style
Carlo Zancanaro
2013-09-01
Clean it up a bit - it's mostly macros now, unfortunately
Carlo Zancanaro
2013-08-10
Initial commit.
Carlo Zancanaro