Skip to content

v1.0.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@ognen ognen released this 17 Sep 12:34
· 131 commits to master since this release
  • elementZipper creator is curried (6e92895)

Bug Fixes

  • core: Read metadata element propertly (7e92932)

Features

  • core: major refactoring of the internals that introduces the Kernel, Subsystems and EntryPoint (#60)
  • core: data functions are curried; asList, childPositions added (63a53f4)
  • core: Effects (#61) (c2150d3)

BREAKING CHANGES

  • signature of elementZipper changed from

(data, children) => loc to

(config) => (data) => loc (hard-curried)