hakyll/web/changelog.markdown

138 lines
2.3 KiB
Markdown
Raw Normal View History

2010-02-17 16:21:23 +00:00
---
title: Changelog
---
2011-04-13 19:28:18 +00:00
## Hakyll 3.1.1
- Allow `group` in rules DSL
2011-04-06 07:43:42 +00:00
## Hakyll 3.1
- New `match` function in rules DSL
- More expressive `Pattern`s
2011-02-28 10:19:15 +00:00
## Hakyll 3
- Complete rewrite
2010-11-15 17:09:44 +00:00
## Hakyll 2.4.1
- Add a number of utility functions
- Fix bug in `enableIndexUrl` mode
2010-10-28 11:36:45 +00:00
## Hakyll 2.4
- Arrow based interface to pandoc
- Easier custom fields
2010-08-06 11:39:43 +00:00
## Hakyll 2.3
- Ability to choose between preview modes.
- Simple static configuration available.
- Support hamlet templates.
## Hakyll 2.2.2
- Cabal dependency fixes.
2010-06-22 09:59:49 +00:00
## Hakyll 2.2.1
- Allow custom time locale for `renderDate`.
- Render RSS feeds with `CDATA` sections.
2010-06-21 15:10:19 +00:00
## Hakyll 2.2
- Allow markup languages in templates.
2010-06-17 08:29:07 +00:00
## Hakyll 2.1.1
- Fix issues in autocompilation/preview mode.
2010-05-21 08:46:46 +00:00
## Hakyll 2.1
May 21, 2010
- Expose pandoc options to HakyllConfiguration.
- Allow dashes in pages.
- Some typo's and bugs fixed.
2010-03-31 13:06:33 +00:00
## Hakyll 2.0
March 31, 2010
- Rewrite of the API to a clean, Arrow based API.
- Added built-in support for RSS and Atom.
- Added more documentation.
- Added pagination.
- Many bugfixes.
2010-02-17 16:21:23 +00:00
## Hakyll 1.4
February 17, 2010
- Added an autocompilation feature.
- Support for index URL's (`enableIndexUrl`).
## Hakyll 1.3
January 30, 2010
- Added categories in addition to tags.
- Added `createListing` and `createListingWith` function for a more high-level
way to create listings.
## Hakyll 1.2
January 27, 2010
- `Data.Binary` is now used for serialization.
- Rewrite of the caching system.
- Specialized data structure for templates.
- Caching of pages and templates.
## Hakyll 1.1
January 19, 2010
- Switched to a custom `Hakyll` monad stack instead of the `IO` monad.
- Page sections.
- Combining renderables.
- `renderAndConcat` can now use multiple templates.
## Hakyll 1.0
January 14, 2009
2010-02-17 16:21:23 +00:00
- First stable release.
- Custom templating system.
- Added `$root` key for relative URL's.
## Hakyll 0.4
January 8, 2010
- Added examples.
- Added `ContextManipulation` type.
## Hakyll 0.3
December 28, 2009
- Added a general `directory` function.
- Added CSS compression.
- Added tag support.
- Added a simple HTTP server for testing purposes.
## Hakyll 0.2
December 16, 2010
- Abstracted `Renderable` type.
- Added simple caching and dependency checking.
## Hakyll 0.1
December 5, 2009
- Initial release.