Skip to content

Releases: ocsigen/eliom

11.0.0: Merge pull request #794 from ocsigen/config

02 Sep 14:11
4b1eab5
Compare
Choose a tag to compare
Use Eliom without configuration file (static link)

10.4.1: Merge pull request #789 from ocsigen/ocaml5.2

23 Apr 14:00
769267d
Compare
Choose a tag to compare

10.2.0

08 Dec 17:16
Compare
Choose a tag to compare
10.2.0

10.1.2

09 Oct 10:28
Compare
Choose a tag to compare
Add version number in dune-project

10.1.0

27 Sep 13:59
Compare
Choose a tag to compare
version 10.1.0

Eliom 10.0.0

11 Mar 17:16
81e24ad
Compare
Choose a tag to compare

What's Changed

  • [actions] fix ssl error during Github Actions compilation on macos by @jrochel in #742
  • ocamlformat the whole project by @jrochel in #743
  • [server-state] Make Eliom_state.Ext.discard_state more robust by @ilankri in #745

Full Changelog: 9.4.0...10.0.0

Eliom 8.8.0

11 Oct 10:05
Compare
Choose a tag to compare
release 8.8

Eliom 6.5.0

19 Dec 14:29
ace5cfd
Compare
Choose a tag to compare
  • Compatibility with tyxml.4.3.x and js_of_caml.3.3.x

Eliom 6.4.0

17 Dec 11:41
Compare
Choose a tag to compare
  • Compatibility with Lwt 4.x
  • New configuration option to set html content type
  • Comet: desactivate when window does not have the focus; desactivate polling when idle
  • eliom_request_info.in_request_handler
  • Client-side non-localized parameters
  • Provide a way to serve global data separately from the initial page

Eliom 6.3

08 Feb 15:25
Compare
Choose a tag to compare
  • Compatibility with OCaml 4.06, js_of_ocaml 3.x and Lwt 3.x
  • DOM caching (preview)
  • Various small fixes and improvements