- Support GHC 9.8
- Fix broken test
- Support GHC 9.6
-
Expose
lookupTemplate
andsplitTemplatePath
-
Bump dependency bounds for 9.4
-
Remove pandoc and pandocBS
-
Stop exporting readProcessWithExitCode'
-
Remove -S and --no-wrap arguments to pandoc for compatibility with both 1.x and 2.x versions of the pandoc command line tool
-
Bump map-syntax lower bound to fix 8.4 build problem
- Add Semigroup instances to support GHC 8.4
- Change benchmark from an executable section to a benchmark section in the cabal file. This eliminates the criterion dependency when doing "cabal install heist".
- Export manyWith
- Drop the dependency on
errors
packages from heist testsuite and benchmark - Fix nested splice namespace warning bug (issue #85)
- Switch from MonadCatchIO-transformers to monad-control for Snap 1.0
See http://snapframework.com/blog/2014/09/24/heist-0.14-released
- Add namespace support (hcNamespace and hcErrorNotBound)
- Add tellSpliceError for generalized error reporting
- Restructured HeistConfig, export lenses instead of field accessors
- Moved old HeistConfig into SpliceConfig
- Factored SpliceAPI module out into separate map-syntax package
See http://snapframework.com/blog/2013/09/09/snap-0.13-released
- Simpler compiled splice API
- New splice syntax