Codebase list comidi-clojure / ad48717
Merge pull request #22 from scottyw/update-changelog Update changelog Ruth Linehan 8 years ago
1 changed file(s) with 25 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0
1 ## 0.3.0
2
3 Added mechanism for wrapping intermediate comidi routes with middleware.
4 Added support for "true/false" Bidi patterns.
5
6 ## 0.2.1
7
8 Added 'resources' route utility fn.
9 Routes can now only map to Ring handlers.
10
11 ## 0.2.0
12
13 Make use of schema introduced in Bidi 1.20.0 (SERVER-777).
14 LICENSE and CONTRIBUTING updates.
15
16 ## 0.1.3
17
18 Improved dependency specification.
19
20 ## 0.1.2
21
22 Upgrade compojure to 1.3.3 for Clojure 1.7.0 compatibility.
23
024 ## 0.1.1
125
226 Make repository public, deploy to clojars.
327
428 ## 0.1.0
529
6 Initial release, with the goal of soliticing API feedback.
30 Initial release, with the goal of soliticing API feedback.