Changelog of @hackage/lens-family-core 1.2.3

1.2.3 (Changes from 1.2.2)

  • Bump dependency on containers

1.2.2 (Changes from 1.2.1)

  • Added strict versions of assignments to Lens.Family.State modules.
  • Added strict versions of at' and intAt'.
  • Min dependencies raised to take advantage of adjustF from Data.Map.

1.2.1 (Changes from 1.2.0)

  • Bump dependency on transformers

1.2.0 (Changes from 1.1.0)

  • Corrected associativity of ^. ^.. and ^? from right to left.

1.1.0 (Changes from 1.0.1)

  • Some type synonym definitions have been altered, but should be equivalent.
  • Removed Getting and Setting functors and instead use the equivalent standard functors Const and Identity.
  • Renamed Setter to ASetter and generalized Setters to be a LensLike constrained to an "Identical" functor.
  • Added the (<~) operator.
  • Corrected the definition of ATraversal'

1.0.1 (Changes from 1.0.0)

  • Bump dependency on transformers

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