summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19Update README with new version numberHEADmasterCarlo Zancanaro
2014-05-19Update version to 0.1.3-SNAPSHOTCarlo Zancanaro
2014-05-19Added tag 0.1.2 for changeset 56e74b5ea794Carlo Zancanaro
2014-05-190.1.2 releaseCarlo Zancanaro
2014-05-19Fix the testsCarlo Zancanaro
2014-05-19Make the URL a full URL, with the HOST specified tooCarlo Zancanaro
2014-02-15Add OPTIONS and PATCH to the readmeCarlo Zancanaro
2014-02-15Bump version to 0.1.2-SNAPSHOTCarlo Zancanaro
2014-02-15Added tag 0.1.1 for changeset f6a1813450c4Carlo Zancanaro
2014-02-15Bump the version to 0.1.1-SNAPSHOT (should have already done it, sorry)Carlo Zancanaro
2014-02-15Remove some cruft and add some tests for `with-url-fn` and `add-middleware`Carlo Zancanaro
2014-02-15Change `with-url-fn` to use the result immediately as the route (not a map ↵Carlo Zancanaro
of details)
2014-02-15Docstrings for all public-facing functionsCarlo Zancanaro
2014-02-15Ignore nrepl-port fileCarlo Zancanaro
2014-02-14Syntax highlighting for README.md on bitbucketCarlo Zancanaro
2014-02-14Add a readme in case other people want to use itCarlo Zancanaro
2014-02-13Added tag 0.1.0 for changeset 06c23ec1f09eCarlo Zancanaro
2014-02-13Add to 'org.clojars.czan' group for deploymentCarlo Zancanaro
2014-02-13Rename project to 'abra', add 'add-middleware' function to maintain ↵Carlo Zancanaro
reverse-routing through middleware stack
2013-09-09Some utilities for testing (when used in other libraries)Carlo Zancanaro
2013-09-02Return nil on failure (instead of throwing), eval context with args as ↵Carlo Zancanaro
provided (instead of nil)
2013-09-02Handle the case of the top-level route being a varCarlo Zancanaro
2013-09-02Fix an issue relating to vars in the context macroCarlo Zancanaro
2013-09-02Fix a stupid mistake - left in some code by accidentCarlo Zancanaro
2013-09-02Rewrite to handle dynamic vars with sub-routes - resolve routes ring-styleCarlo Zancanaro
2013-09-01Clean it up a bit - it's mostly macros now, unfortunatelyCarlo Zancanaro
2013-08-10Initial commit.Carlo Zancanaro