Skip to content

Releases: yannham/mechaml

1.2.1

06 May 11:13
Compare
Choose a tag to compare
  • Bump upper bound of Cohttp and Lambdasoup dependencies
  • Restore compatibility with Alcotest 1.4.0 (Craig Ferguson)

1.2.0

29 Jan 14:32
Compare
Choose a tag to compare

CHANGES:

  • Implement OCaml custom binding operators (let+, and+, let*, and*) for the
    Agent monad

v1.1.0

22 Oct 10:31
Compare
Choose a tag to compare

CHANGES:

  • Added a Format module to help generate formatted content for forms
  • Migration from oasis to dune
  • Compatibility with OCaml 4.07

Mechaml 1.0.0

21 Aug 12:25
Compare
Choose a tag to compare

Changes

  • breaking change to the API : separate the agent data and server's response in the Agent module
  • add a Agent.Monad module that combines state (agent) and promises (Lwt) and associated helpers
  • add wrappers and support for Lambdasoup lazy traversal of HTML documents
  • handle default value and hidden inputs in forms
  • handle multiple select lists
  • remove code of unspported features (file upload, proxy, ...)
  • improve tests and documentation
  • switch to 3-digits versionning