mirror of
https://github.com/srid/ema.git
synced 2024-11-25 20:12:20 +03:00
1.0 KiB
1.0 KiB
Revision history for ema
Unreleased (0.2.0.0)
Ema.Slug
- Add
Ord
,Generic
,Data
and Aeson instances toSlug
- Unicode normalize slugs using NFC
- TODO(doc) Add
decodeSlug
andencodeSlug
- Add
- Unicode normalize
routeUrl
(viadecodeSlug
) - Add default implementation based on Enum for
staticRoute
- Warn, without failing, on missing
staticAssets
during static generation - Helpers
- Helpers.FileSystem
- add
mountOnLVar
- TODO(doc) gracefully handle user exceptions
- add
- Helpers.Tailwind
- add overflow-y-scroll to body
- Add twind shim before application's head
- TODO(doc) Helpers.Markdown (to be moved to Hackage eventually)
- add helpers to parse markdown;
parseMarkdownWithFrontMatter
andparseMarkdown
- add wikilink helpers
- add helpers to parse markdown;
- TODO(doc) Add
Ema.Helper.PathTree
- Helpers.FileSystem
- Examples
- Remove Ex03_Documentation.hs (moved to separate repo,
ema-docs
) - Add Ex03_Basic.hs example
- Remove Ex03_Documentation.hs (moved to separate repo,
0.1.0.0 -- 2021-04-26
- First version. Released on an unsuspecting world.