Releases: ocsigen/eliom
Releases · ocsigen/eliom
Eliom 6.2
Bugfix release addressing issues discovered in Ocsigen Start.
- Implement
Eliom_client.onchangepage
- Fix URL-related bugs arising in mobile apps
Eliom 6.1
Eliom 6.0
- Improve
Eliom_service
andEliom_registration
APIs using GADTs - Implement client-side services, useful for mobile apps. This includes
- client-side service registration (
Eliom_registration
) - client-side service routing (
Eliom_client.change_page_uri
)
- client-side service registration (
- Transition to PPX internally
- Compatibility with
- OCaml 4.03.0 and 4.04.0
- Js_of_ocaml 2.8.2 and newer
- TyXML 4.0 and newer
- Various bugfixes and improvements
Eliom 5.0
Changes:
- Add
Eliom_shared
and server-sideEliom_content.{Html5,Svg}.R
modules - Add PPX syntax extension
- Clean-up form APIs, now available under
Eliom_content.Html5.{D,F}.Form
- Patches to significantly reduce the size of request data
- Compatibility with TyXML 3.6, Js_of_ocaml 2.7, and reactiveData 0.2
- Various bugfixes and enhancements
Migration instructions: http://ocsigen.org/eliom/Eliom50
Release 4.2
- Add Manip.children, to get the html children of an element.
- Simplify Html5 and Svg signatures using tyxml's signature functors.
- Various logging improvements, in particular in Eliom_client.
- Fix eliomdep's exit code when calling option "-sort".
- Fix #168: call_ocaml_service always sends boolean true.
- Makes server function return types covariant.
- Restore compatibility with ocsigenserver 2.6 and lwt 2.4.7.
- Various bugfixes and wiki updates.