From 043ced67e7e6ab4fc8594edf2702e834887ed015 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 24 Oct 2024 06:05:10 +0300 Subject: [PATCH] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 698da5e3..50702b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## 0.1.6 +### Added + +- New Configuration folder with ESBuild.js and ESBuild.ts files +- Added browserslist as a development dependency + +### Changed + +- Updated .npmignore to exclude the Configuration/ directory +- Modified package.json scripts to use the new ESBuild configuration +- Updated version to 0.1.6 +- Enhanced error handling in CSS compression in Source/Function/Integration.ts +- Updated Source/Interface/CSS/lightningcss.ts to set default value for + unusedSymbols +- Added targets to Source/Variable/CSS/lightningcss.ts + ## 0.1.5 ### Changed