hakyll/web/releases.markdown

54 lines
1.1 KiB
Markdown
Raw Normal View History

2013-01-20 08:35:39 +00:00
---
title: Releases
---
2013-01-20 20:58:16 +00:00
# Releases
2013-01-26 10:15:14 +00:00
## Hakyll 4.1.4.0
*January 26, 2013*
- Export the flexible `renderTags` function
2013-01-26 10:08:10 +00:00
## Hakyll 4.1.3.0
*January 26, 2013*
- Export the constructor of the `Tags` datatype
2013-01-20 20:55:40 +00:00
## Hakyll 4.1.2.0
*January 20, 2013*
- Fix an issue where a dependency cycle would lead to infinite recursion/stack
overflow
2013-01-20 14:51:23 +00:00
## Hakyll 4.1.1.0
*January 20, 2013*
- Fix an issue regarding `relativizeUrls` expanding `<meta />` to
`<meta></meta>`
2013-01-20 08:35:39 +00:00
## Hakyll 4.1.0.0
*January 20, 2013*
Update to use Pandoc 1.10, this requires changes to your `site.hs` if you're
using custom Pandoc options or the `Hakyll.Web.Pandoc.Biblio` module.
- `defaultHakyllParserState` renamed to `defaultHakyllReaderOptions`
- The type of `readPandocBiblio` changed
Because of the many changes, this release is no longer compatible with Pandoc
1.9.
## Hakyll 4.0.0.0
*January 16, 2013*
The Initial release of Hakyll 4, see
[this blogpost](http://jaspervdj.be/posts/2013-01-16-hakyll-4.0.html) and
[the migration guide](/tutorials/hakyll-3-to-hakyll4-migration-guide.html) for
an overview of changes.