Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

27 lines (19 loc) · 489 Bytes

Changelog

v1.1.0

  • Add Zipper.exec function for executing a series of monadic actions on a Zipper.
  • Add Zipper.curried object that contains curried implementations of the following functions to allow easier use with Zipper.exec:
    • mapTree
    • replaceTree
    • mapLabel
    • replaceLabel
    • prepend
    • append
    • findNext
    • findPrevious
    • findFromRoot

v1.0.2

  • Fix export syntax

v1.0.1

  • Initial public release

v1.0.0

  • Pre-release work