etienne-moqueur/CHANGELOG.md

42 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# Changelog for `etienne-moqueur`
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## Unreleased
### Backend
* Add Atom and RSS feeds
### Planned utils
* Add svg generation (with diagrams-lib, or diagrams? Investigation needed)
* Add font subsetting (or svg icons support / fonts)
* Add images utils such as conversion to png, avif and other formats (see hip and JuicyPixels)
## 0.2.1.0 - 2023-06-23
* Added tags support for posts
* `runGHC` *will* be removed
2023-06-19 22:26:09 +02:00
## 0.2.0.0 - 2023-06-19
* Added sitemap.xml
* Declaration of Props changed with `add(...)` functions.
* Props now have a FileTree structure to gather assets.
## 0.1.0.0 - 2023-06-18
* Added colours and palettes support (with colour package back-end)
* Component structure
* Kit populated with
* Constants: Breakpoints, Spacing, Colors
* Atoms: Fonts, Stylesheet, BreakpointQueries, Buttons, Containers
* Molecules: Default css, Profile header pieces
* Organisms: HTML head, Profile header
* Templates: Index, Blog post