# Changelog

All notable changes to this project will be documented chronologically ordered
in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and versioning adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Types of changes:
-   `Added` for new features.
-   `Changed` for changes in existing functionality.
-   `Deprecated` for soon-to-be removed features.
-   `Removed` for now removed features.
-   `Fixed` for any bug fixes.
-   `Security` in case of vulnerabilities.

## [Unreleased]

Put unreleased changes here.

## [0.3.2] - 2025-10-23
### Added
- Add Vite configuration notes in `README.md`.

### Changed
- `package.json` content.
- Moved js and css into `/src/assets`.

## [0.3.1] - 2025-09-25
### Changed
- Update all dependancies.
- Move FOUC script before CSS/JS.


## [0.3.0] - 2025-07-22
### Added
- Typescript support.

### Changed
- Revise to a modern directory structure.
- Revise Vite config to support dynamic build entries.

## [0.2.0] - 2025-03-09
### Added
- Include sample code in `index.js`.

### Changed
- Set site root folder from `./src` to `./`.
- Upgrade TailwindCSS dependancy to 4.0.1.
- Upgrade Vite dependancy to 6.2.1.
- Simplify Vite config.
- Rewrite content for more minimal setup.

### Removed
- TailwindCSS and PostCSS config.
- Logo image files.

## [0.1.0] - 2024-05-03
### Added
- First release.
