Files
hpath/CHANGELOG

18 lines
296 B
Plaintext
Raw Normal View History

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.