All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.0.1 Changes

    • ๐Ÿ‘Œ Support for 8.8.1
  • v0.3.0.0 Changes

    July 06, 2019

    Final design - this will not change unless System.Process significantly changes.

    • System.Process.Lens.CommandSpec is renamed to System.Process.Lens.CmdSpec to be more flush with the data names
    • ๐Ÿ“š documentation improvements all around
    • Type signatures of combinators inheriting, piping, handling and nostreaming have had their unnecessary constraints dropped
    • microlens-process is now in lockstep featurewise
  • v0.2.0.0 Changes

    The module formerly known as Internal.hs is now called ProcessHandler.hs

    the CreateProcess optics have changed to avoid name clashes with System.IO (stdin, stderr, stdout), ๐Ÿ›  instead opting for the post-fixed underscore.

    โž• Added doctest suite.

  • v0.1.0.0 Changes

    Decided agains the internal module, narrowing scope

  • v0.0.5.0 Changes

    ๐Ÿ“„ Expanded the zoo, better docs

  • v0.0.4.0 Changes

    โž• Added 'Internal' module providing convenient handlers for the output of a createProcess call.

    โž• Added some spurious deps for future work on process

  • v0.0.3.0

  • v0.0.2.0 Changes

    June 22, 2019

    ๐Ÿ“š Widened bounds, fixed up some documentation, added few combinators

  • v0.0.1.0 Changes

    • ๐Ÿš€ First version. Released on an unsuspecting world.