Next | Query returned 26 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2014-02-14 13:51:29 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 4.0.3

CHANGELOG:
4.0.3
* Fixed random segfaulting when using `foldMapBy`.

4.0.2
* Properly bundled the modules needed for the properties test suite into
  the tarball for hackage.

4.0.1
* Typo fixes
* Exporting `Rewrapping` from `Control.Lens.Wrapped`.
* Removed the dependency on `cpphs`.
   2014-01-29 23:30:49 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 4.0

CHANGELOG:
4.0
 * Added `nearly` to `Control.Lens.Prism`.
 * Added `Control.Lens.Empty`, exporting `_Empty`.
 * We now require `DefaultSignatures`.
 * Added `failing` and `ifailing` to `Control.Lens.Traversal`.
 * Changed the signature of `Data.List.Split.Lens.condensing` due to the
   addition of `DropBlankFields` to `Data.List.Split.CondensePolicy` in
   `split`.
 * Simplified `Each`, `Ixed`, and `Contains`. They are no longer indexed.
   The previous design was actively getting in the way of user-defined
   instances.
 * Replaced more of our home-grown types with standard ones. They had
   previously been defined to help make more intelligible error messages, but
   when we switched to using `(Contravariant f, Functor f)` instead of
   `(Gettable f)`, these no ceased to really help. Now you can define even
   more `lens`-compatible types (e.g. `Getter` and `Fold`) without depending
   on `lens`.
 * Replaced the use of `Accessor` with `Const`.
 * Replaced the use of `Mutator` with `Identity`.
 * Replaced the use of `Reviewed` with `Tagged`.
 * Removed the deprecated `Control.Lens.Simple` module.
 * Repurposed `Control.Lens.Combinators` to reテォxport `Control.Lens`
   sans any operators; previous residents rehomed to `Control.Lens.Lens`.
 * Added `Control.Lens.Operators` to export just the operators. Varying
   your import styles between these supports many qualified usage scenarios.
 * Simplified `Cons` and `Snoc`. Now they must be a `Prism`.
 * Simplified `Contains`. This necessitated losing many instancs of
   `Contains`, but makes it much easier and more consistent to use and
   instantiate.
 * Simplified the various `AsFoo` types in `Control.Exception.Lens`
 * Simplified the types in `System.IO.Error.Lens`.
 * Merged `lens-aeson` into `lens`.
 * We're exiling `Control.Lens.Zipper` to a separate package. This will let
   the design for it iterate faster and let us explore the trade-offs between
   the 3.8 style and the 3.9 style of zippers.
 * Generalized `alongside`, `inside`, `both`.
 * Switched to a new `Typeable` version of `reflection` for the harder
   combinators in `Control.Exception.Lens`. This enables us to comply with
   GHC 7.7's ban on hand-written `Typeable` instances.
 * Added a `_Show` `Prism`.
 * Added `Control.Lens.Extras` for the combinator names we don't have the
   gall to claim outright, but which are consistent with the rest.
 * Renamed the constructors for `ReifiedLens`, etc. to just be the name of
   their base type.
 * Added many many missing instances for `ReifiedFold` and `ReifiedGetter`.
   This permits things like `runFold ((,) <$> Fold (traverse._1) <*> Fold
   (traverse._2))` to be a `Fold`
   and `ReifiedFold` can be used as a `Monad`, `Profunctor`, etc.
 * Many performance optimizations.
 * Switched to `exceptions` from `MonadCatchIO-transformers`
 * Added types for working with `RelevantFold` and `RelevantTraversal`.
   These are a `Fold` or `Traversal` that always has at least one target.
   Since `Apply` isn't a superclass of `Applicative`, you occasionally need
   to convert between them, but it lets you more readily work with less
   unsafety.
 * Changed `unwrapping` and `wrapping` to have the same
   constructor-oriented order as a `Prism` and renamed them t `_Wrapping` and
   `_Unwrapping` respectively. 
 * Drastically changed the way `_Wrapping` and `_Unwrapping` are built to
   get much better inference.
 * There are about 15,000 lines of patches over the last year, so I'm sure
   we missed a few big changes.
   2013-12-24 10:29:24 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 3.10.1

CHANGELOG:
3.10.1 [maintenance release]
* Compatibility with `base` 4.7
   2013-12-09 23:56:36 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 3.10.0.1

CHANGELOG:
3.10.0.1 [maintenance release]
* Compatibility with `text` 1.0
3.10
* Switched to `bifunctors`, `comonad`, `profunctors`, and `semigroupoids` 4.0.
3.9.2
* Generalized signatures for `throwing` and `throwingM`.
   2013-09-08 20:31:22 by Ryosuke Moro | Files touched by this commit (3) | Package updated
Log message:
Update to 3.9.1

CHANGELOG:
3.9.1
* 'condensingPolicy' was updated to work with 'split' 0.2.2
   2013-08-31 10:47:43 by Ryosuke Moro | Files touched by this commit (5)
Log message:
Import lens-3.9.0.3 as wip/hs-lens.

This package comes "Batteries Included" with many useful lenses for the
types commonly used from the Haskell Platform, and with tools for
automatically generating lenses and isomorphisms for user-supplied data
types.

The combinators in Control.Lens provide a highly generic toolbox for
composing families of getters, folds, isomorphisms, traversals, setters and
lenses and their indexed variants.

An overview, with a large number of examples can be found in the README:
https://github.com/ekmett/lens#lens-lenses-folds-and-traversals

A video on how to use lenses and how they are constructed is available from
youtube: http://youtu.be/cefnmjtAolY?hd=1

Slides can be obtained here:
http://comonad.com/haskell/Lenses-Folds-and-Traversals-NYC.pdf

More information on the care and feeding of lenses, including a brief
tutorial and motivation for their types can be found on the lens wiki:
https://github.com/ekmett/lens/wiki

Next | Query returned 26 messages, browsing 21 to 30 | previous