Files
hpath/CHANGELOG

30 lines
592 B
Plaintext
Raw Normal View History

2016-03-04 15:07:00 +01:00
0.5.6:
* Reject only .. and .
2016-03-04 14:50:28 +01:00
0.5.5:
* Use filepath's isValid function for additional sanity checks
2016-03-04 14:40:20 +01: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 19:54:27 +01:00
0.5.3:
* Added conversion functions.
2015-05-11 19:00:34 +02:00
0.2.0:
* Rename parentAbs to simply parent.
* Add dirname.
2015-05-22 11:32:41 +02:00
0.3.0:
* Removed Generic instance.
0.4.0:
* Implemented stricter parsing, disabling use of "..".
2015-05-22 11:33:34 +02:00
* Made stripDir generic over MonadThrow
2015-05-27 17:08:03 +02:00
0.5.0:
* Fix stripDir p p /= Nothing bug.
2015-06-21 12:18:45 +02:00
0.5.2:
* Removed unused DeriveGeneric.