All Versions
9
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.3.0.1 Changes
- 👌 Support for 8.8.1
-
v0.3.0.0 Changes
July 06, 2019Final design - this will not change unless
System.Process
significantly changes.System.Process.Lens.CommandSpec
is renamed toSystem.Process.Lens.CmdSpec
to be more flush with the data names- 📚 documentation improvements all around
- Type signatures of combinators
inheriting
,piping
,handling
andnostreaming
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 calledProcessHandler.hs
the
CreateProcess
optics have changed to avoid name clashes withSystem.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.