2022-09-21 18:02:50 +02:00
|
|
|
# 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
|
|
|
|
|
2022-09-26 11:30:24 +02:00
|
|
|
### Backend
|
|
|
|
|
|
|
|
* Add Atom and RSS feeds
|
|
|
|
|
2022-09-23 17:03:34 +02:00
|
|
|
### Planned utils
|
|
|
|
|
|
|
|
* Add svg generation (with diagrams-lib, or diagrams? Investigation needed)
|
2022-09-26 11:30:24 +02:00
|
|
|
* Add font subsetting (or svg icons support / fonts)
|
|
|
|
* Add images utils such as conversion to png, avif and other formats (see hip and JuicyPixels)
|
2022-09-23 17:03:34 +02:00
|
|
|
|
2023-06-23 14:51:52 +02:00
|
|
|
## 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.
|
|
|
|
|
2023-06-19 00:16:25 +02:00
|
|
|
## 0.1.0.0 - 2023-06-18
|
2022-09-23 17:03:34 +02:00
|
|
|
|
|
|
|
* Added colours and palettes support (with colour package back-end)
|
2023-06-19 00:16:25 +02:00
|
|
|
* 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
|