Skip to content

v1.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@ognen ognen released this 24 Jul 13:14
· 168 commits to master since this release

Features

  • core: Simplify reads (#56) (9e16769)
  • core: Transformers and Zippers
    • Implement transformers (#46) using immutable tree zipper
    • Add the zip module to the public API
    • provide a custom element zipper that navigates through the element tree

BREAKING CHANGES

  • core: The where property of the reads has been removed. The result of the read will always replace the surrogate __read element.