Changelog for system-canonicalpath-0.3.0.0
0.3.0.0:
- remove
UnsafePathdata type. It was synonym toFilePathand was confusing me sometimes, so I decided to cut it off - rename
cpathToTexttotoText' - remove
pathToTextandtextToPath - export
toTextandfromTextfromFilesystem.Path.CurrentOS - export
fromPreludeandtoPreludefunctions - improve performance (path canonicalization now is performed 1.6x faster than before)
- improve
canonicalPatherror messages. Most important - now it respects errors fromSystem.Directory.canonicalizePath - add tests
- add travis support
- update documentation
0.2.3.0:
- add
cpathToTextthat convertsCanonicalPathtoText - update base version constraints
0.2.2.0:
- add functions that return unit instead of
CanonicalPathtoDirectorymodule
0.2.1.0:
- add
CanonicalPathconstructors that works withTextinstead ofUnsafePath
0.2.0.0:
- most of functions are in
MonadIO mnow instead ofIO
0.1.2.0:
- add writeFile'
- add some type conversion functions
- update documentation
0.1.1.0:
- Filesystem.CanonicalPath.Directory implementation
- Add documentation
0.1.0.0:
- Initial implementation of library