Skip to content

0.8

Compare
Choose a tag to compare
@SimonJF SimonJF released this 14 Sep 16:07
· 585 commits to master since this release
79d0646

CHANGES:

Relational Lenses

Links 0.8 introduces support for Incremental Relational Lenses. See the
paper
for details.

Minor Changes

  1. Session exception handling is now more liberal, allowing variables
    to be shared between the success and failure blocks.

  2. Migrate to the Dune build system.

Bugfixes

  1. Fix non-typechecking examples.
  2. Fix type signatures for domSetAttributeFromRef,
    domSetPropertyFromRef, and domSetStyleAttrFromRef.
  3. Fix buggy implementation of getValue in jslib.
  4. Fix domGetChildrenFromRef to return only DOM elements
    instead of whitespaces