2021-04-19 18:07:52 +03:00
|
|
|
# Revision history for ema
|
|
|
|
|
2021-05-07 00:58:36 +03:00
|
|
|
## Unreleased (0.2.0.0)
|
2021-04-27 00:42:00 +03:00
|
|
|
|
2021-05-07 00:58:36 +03:00
|
|
|
- `Ema.Slug`
|
|
|
|
- Add `Ord` instance to `Slug`
|
|
|
|
- Unicode normalize slugs using NFC
|
|
|
|
- Add default implementation based on Enum for `staticRoute`
|
2021-05-01 19:07:58 +03:00
|
|
|
- Helpers.FileSystem
|
2021-05-06 17:33:17 +03:00
|
|
|
- add `mountOnLVar`
|
2021-04-29 21:50:33 +03:00
|
|
|
- Helpers.Tailwind
|
|
|
|
- add overflow-y-scroll to body
|
|
|
|
- Add twind shim *before* application's head
|
2021-05-06 22:44:53 +03:00
|
|
|
- Helpers.Markdown
|
|
|
|
- add helpers to parse markdown; `parseMarkdownWithFrontMatter` and `parseMarkdown`
|
2021-05-07 00:58:36 +03:00
|
|
|
- Examples
|
|
|
|
- Remove Ex03_Documentation.hs (moved to separate repo, `ema-docs`)
|
|
|
|
- Add Ex03_Basic.hs example
|
2021-04-27 00:42:00 +03:00
|
|
|
|
2021-04-26 21:22:49 +03:00
|
|
|
## 0.1.0.0 -- 2021-04-26
|
2021-04-19 18:07:52 +03:00
|
|
|
|
|
|
|
* First version. Released on an unsuspecting world.
|