@anmiles/theme-switcher
Version:
Theme switcher for websites
28 lines (20 loc) • 807 B
Markdown
# Changelog
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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.0](../../tags/v2.0.0) - 2025-05-18
__(BREAKING) Dropped support for NodeJS 18 (EOL). Minimum required version is now NodeJS 20.__
### Changed
- Migrated to NodeJS 20.19
- Migrated to ESLint V9 flat configs
- Updated dependencies
- Optimized size of static bundle (5.7Kb vs. 12.3Kb)
## [1.0.2](../../tags/v1.0.2) - 2024-12-15
### Changed
- Update dist files
## [1.0.0](../../tags/v1.0.0) - 2024-12-15
### Changed
- First official release
## 0.1.0 - 2024-11-30
### Added
- First version (not covered by unit tests; not released on NPM for now)