File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 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"
66homepage: "https://github.com/rgrinberg/opium"
77bug-reports: "https://github.com/rgrinberg/opium/issues"
88dev-repo: "git+https://github.com/rgrinberg/opium.git"
9+ doc: "https://rgrinberg.github.io/opium/"
910synopsis: "Sinatra like web toolkit based on Lwt + Cohttp"
1011description: """
1112Opium 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