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.