0.8
CHANGES:
Relational Lenses
Links 0.8 introduces support for Incremental Relational Lenses. See the
paper for details.
Minor Changes
-
Session exception handling is now more liberal, allowing variables
to be shared between the success and failure blocks. -
Migrate to the Dune build system.
Bugfixes
- Fix non-typechecking examples.
- Fix type signatures for
domSetAttributeFromRef
,
domSetPropertyFromRef
, anddomSetStyleAttrFromRef
. - Fix buggy implementation of
getValue
injslib
. - Fix
domGetChildrenFromRef
to return only DOM elements
instead of whitespaces