hpath/CHANGELOG

32 lines
623 B
Plaintext
Raw Normal View History

2016-03-06 16:43:49 +00:00
0.5.7:
* Fix haddock problem.
2016-03-04 14:07:00 +00:00
0.5.6:
* Reject only .. and .
2016-03-04 13:50:28 +00:00
0.5.5:
* Use filepath's isValid function for additional sanity checks
2016-03-04 13:40:20 +00:00
0.5.4:
* Disable parsing of path consisting only of "."
* Add NFData instance for Path
* Some typo/docs improvements
* Add standard headers to modules
2015-11-21 18:54:27 +00:00
0.5.3:
* Added conversion functions.
2015-05-11 17:00:34 +00:00
0.2.0:
* Rename parentAbs to simply parent.
* Add dirname.
2015-05-22 09:32:41 +00:00
0.3.0:
* Removed Generic instance.
0.4.0:
* Implemented stricter parsing, disabling use of "..".
2015-05-22 09:33:34 +00:00
* Made stripDir generic over MonadThrow
2015-05-27 15:08:03 +00:00
0.5.0:
* Fix stripDir p p /= Nothing bug.
2015-06-21 10:18:45 +00:00
0.5.2:
* Removed unused DeriveGeneric.