Releases: inhabitedtype/ocaml-dispatch
Releases · inhabitedtype/ocaml-dispatch
v0.5.0
29 Apr 00:19
Compare
Sorry, something went wrong.
No results found
dispatch functions now return an option rather than a result (#24 )
For dispatch-js, require js_of_ocaml >= 3.5.0 (#25 )
Add a create function to require what was previously partial application of dispatch functions (#26 ).
v0.4.1
09 Jul 01:30
Compare
Sorry, something went wrong.
No results found
Port to jbuilder, then done (#17 , #19 )
Port tests to alcotest (#18 )
v0.4.0
23 Jul 17:01
Compare
Sorry, something went wrong.
No results found
Move the JavaScript package into its own opam package called dispatch-js, and rename the ocamlfind package from dispatch.js to dispatch-js. (#17 , h/t @avsm )
Support js_of_ocaml.3.0 while doing this. (#17 )
Port build to Jbuilder . (#17 )
Test OCaml 4.04 in Travis, as well as add multi-distro testing. (#17 )
v0.3.0
18 Nov 19:08
Compare
Sorry, something went wrong.
No results found
Use pxx instead of camlp4 in js_of_ocaml code. (#9 )
Generate documentation for js and server libs. (#10 , #11 , #12 )
Modify route type to describe handlers. Should be reverse-compatible if the type itself isn't referenced. (#14 )
v0.2.0
20 Oct 15:03
Compare
Sorry, something went wrong.
No results found
Fix bug in parsing empty path strings, now parsed as [] (#5 , @zoggy )
Preserve the ordering of parameters in the association list (#8 )
Add support for js_of_ocaml (#4 )
Make route table map to a function that takes a parameter mapping and remaining path (#3 , #6 )
v0.1.0
14 Oct 15:52
Compare
Sorry, something went wrong.
No results found