Changelog for path-like-0.1.2.0
Changelog for path-like
(v0.1.2.0)
- Change to ConstraintKinds style.
(v0.1.1.0)
- Add 'PathLike
superclass toFileLikeandDirLike`.
(v0.1.0.0)
- Add
FileLikeandDirLiketype class for using stricter types asPath b FileandPath b Dirrespectively. - Add
(/>)combinator for producing aPathfrom aDirLikeand aFileLike Rel.