1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
# ChangeLog for file-embed
## 0.0.16.0
* Add `embedFileRelative`
## 0.0.15.0
* Add `makeRelativeToLocationPredicate`
## 0.0.14.0
* Add `embedFileIfExists`
## 0.0.13.0
* Ensure that directory listings are returned in sorted order for reproducibility [yesodweb/yesod#1684](https://github.com/yesodweb/yesod/issues/1684)
## 0.0.12.0
* Use the `Bytes` literal on newer GHCs to reduce memory usage during compilation [#36](https://github.com/snoyberg/file-embed/pull/36)
## 0.0.11.2
* Haddock markup fix
## 0.0.11.1
* Support GHC 8.10
## 0.0.11
* embedDirListing [#26](https://github.com/snoyberg/file-embed/pull/26)
## 0.0.10.1
* Minor doc improvements
## 0.0.10
* `makeRelativeToProject`
## 0.0.9
* embedStringFile [#14](https://github.com/snoyberg/file-embed/pull/14)
## 0.0.8.2
* Improve inject documentation [#11](https://github.com/snoyberg/file-embed/issues/11)
## 0.0.8.1
Minor cleanup
## 0.0.8
* Custom postfix for magic string [#7](https://github.com/snoyberg/file-embed/issues/7)
## 0.0.7.1
Minor cleanup
|