- New Configuration folder with ESBuild.js and ESBuild.ts files
- Added browserslist as a development dependency
- 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
- Updated dependencies
- Typings update
- Fixes missing
Pipe.js
- New CLI functionality with
Compress
command - New
CLI.ts
andPipe.ts
functions for improved command-line operations - Added
commander
dependency for CLI support - Added
fast-glob
dependency for file pattern matching
- Updated package name from
astro-compress
to@playform/compress
- Updated various dependencies to their latest versions:
@playform/pipe
from 0.1.0 to 0.1.1deepmerge-ts
from 7.1.0 to 7.1.1lightningcss
from 1.25.1 to 1.27.0sharp
from 0.33.4 to 0.33.5svgo
from 4.0.0-rc.0 to 3.3.2terser
from 5.31.3 to 5.34.1@playform/build
from 0.1.3 to 0.1.7
- Refactored and improved various TypeScript interfaces and types
- Updated README with new installation instructions and badge styling
- Updated README badges to use HTTPS URLs
- Updated README table layout for better visual presentation
- Updated dependency badges in README to use correct package name
(
@playform/compress
instead of@playform/inline
) - Updated README to remove unnecessary line breaks and improve spacing
- Updated
Source/Function/Image/Writesharp.ts
to simplify an import statement - Added
Source/Function/CLI.ts
for command-line interface functionality - Added
Source/Interface/CLI.ts
to define the command-line interface - Updated
package.json
to include necessary CLI dependencies
- Removed
Documentation/
directory (replaced withdocs/
) - Removed
Summary.md
file
- Various code improvements and refactoring for better type safety and performance
- Fixed broken links in README badges
- Fixed alignment and spacing issues in README table
- Fixed incorrect package name in dependency badges
- Updated .npmignore file:
- Reordered ignored directories and files
- Added 'Summary.md' to ignored files
- Improved code formatting in Source/Function/Image/Writesharp.ts:
- Simplified import statement for default sharp options
- Significant project restructuring with separate directories for Source, Interface, Type, and Variable
- New modules and interfaces for CSS, HTML, Image, JavaScript, and SVG file types
- Utility functions: Directory and Merge
- Expanded support for additional image formats and optimization options
- Enhanced error handling and logging
- New "Run" script for building and watching 'Source/*/.ts' files
- Added svgo v4.0.0-rc.0 dependency
- Added terser v5.31.3 dependency
- Major refactoring of the integration functionality in Source/Function/Integration.ts
- Moved configuration options to separate files in the Variable directory
- Updated and expanded type definitions throughout the project
- Modularized and improved compression logic for different file types
- Overall code structure is now more modular and type-safe
- Added svgo v4.0.0-rc.0
- Changed astro dependency to use any version (*)
- Updated @playform/build to v0.1.2
- Updated @playform/pipe to v0.1.0
- Updated lightningcss to v1.25.1
- Updated sharp to v0.33.4
- Updated terser to v5.31.3
- Removed specific version for astro dependency
- Removed @playform/document from peerDependencies and peerDependenciesMeta
- Updated astro to use any version (*)
- Added "@playform/compress" and "playform" to keywords
- Added astro v4.9.2 as a dependency
- Updated description to "🗜️ Compress —"
- Updated homepage, bugs, and repository URLs
- Updated author information
- Updated @playform/pipe to v0.0.5
- Updated lightningcss to v1.25.1
- Updated sharp to v0.33.4
- Updated svgo to v3.3.2
- Updated terser to v5.31.0
- Added astro v4.9.2 as a dependency
- Moved @playform/build to devDependencies
- Removed peerDependencies and peerDependenciesMeta
- Updated lightningcss to v1.25.1
- Removed @playform/document from peerDependencies and peerDependenciesMeta
- Reordered peerDependencies and peerDependenciesMeta
- Added "Document" script for documenting 'Source/*/.ts' files
- Added @playform/document v0.0.7 as a peerDependency
- Updated @playform/pipe to v0.0.5
- Updated lightningcss to v1.25.0
- Updated sharp to v0.33.4
- Updated svgo to v3.3.2
- Updated terser to v5.31.0
- Updated @playform/build to v0.0.9
- Updated astro peerDependency to v4.9.1
- Added "@playform/compress" to keywords
- Added astro v4.8.1 as a dependency
- Updated description to "🗜️ Compress —"
- Updated homepage, bugs, and repository URLs to use HTTPS
- Updated author information
- Updated @playform/pipe to v0.0.3
- Moved @playform/build to devDependencies
- Removed "Document" script
- Added @playform/build, @playform/document, and astro as dependencies
- Moved csso, html-minifier-terser, lightningcss, sharp, svgo, and terser to dependencies
- Reverted various changes from previous versions
- Initial release