Releases: inhabitedtype/ocaml-dispatch
Releases · inhabitedtype/ocaml-dispatch
v0.5.0
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
- Port to jbuilder, then done (#17, #19)
- Port tests to alcotest (#18)
v0.4.0
- 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
- 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
- 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)