Hello all,
I've just released Hakyll 4.2, which brings a few improvements. A
version bump was required because of a (minor) backwards-incompatible
change:
The functions `chronological` and `recentFirst` now actually look at
the dates of items (e.g. in metadata) instead of just the filepaths.
This changes the type of these functions from
chronological, recentFirst :: [Item a] -> [Item a]
to
chronological, recentFirst
:: MonadMetadata m => [Item a] -> m [Item a]
Since this is the only change, updating shouldn't be hard. Let me know
if you run into a trouble.
A full list of changes can be found here [1]. I think especially
`metadataRoute` will be useful in the future.
[1]:
http://jaspervdj.be/hakyll/releases.html#hakyll-4.2.0.0
Peace,
Jasper