Changelog of @hackage/lens-family-core 1.0.0

1.0.0 (Changes from 0.1.0)

  • added support for folds and traversals
  • renamed all functions to be mostly compatible with the lexicon from lens.

0.1.0 (Changes from 0.0.1)

  • added project and sec
  • added <>= and <>~
  • renamed functional modifier operators
  • renamed LensFamily and Lens to RefFamily and Ref
  • moving setting to Lens.Family.Unchecked because one needs to verify the functor laws

0.0.1 (Changes from 0.0.0)

  • Bump dependency on containers
  • Fixed dependency on mtl