Changelog for within-0.2.0.1
Changelog for within
v0.2.0.0
- Add path-like and
PathLikeinstance.
v0.1.0.0
- Change approach to
ComonadEnvstyle newtype.Withincan now store an arbitrary inner type whilst maintaining the convenience functions in the special case where the inner type is aPath.
v0.0.2.0
- Add
HashableandOrdinstances forWithin.
v0.0.1.0
- Add Within Type based on path. Within is a path within another path.
- Add several functions for moving between directories and mapping source names.