File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ # v0.17.1
2
+
3
+ * Change Deferred.t to Lwt.t in readme (#91 , @rymdhund )
4
+ * Remove ` cow ` from deps (#92 , @anuragsoni )
5
+
6
+ # v0.17.0
7
+
8
+ * Switch to dune (#88 , @anuragsoni )
9
+ * Keep the "/" cookie default and expose all cookie directives (#82 , @actionshrimp )
10
+ * Do not assume base 64 encoding of cookies (#74 , @malthe )
11
+ * Add caching capabilities to middleware (#76 , @mattjbray )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license: "MIT"
6
6
homepage: "https://github.com/rgrinberg/opium"
7
7
bug-reports: "https://github.com/rgrinberg/opium/issues"
8
8
dev-repo: "git+https://github.com/rgrinberg/opium.git"
9
+ doc: "https://rgrinberg.github.io/opium/"
9
10
synopsis: "Sinatra like web toolkit based on Lwt + Cohttp"
10
11
description: """
11
12
Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):
You can’t perform that action at this time.
0 commit comments