Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 8, 2025
1 parent 5cff161 commit 0e4db0c
Showing 1 changed file with 57 additions and 55 deletions.
112 changes: 57 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

### Added

- New Configuration folder with ESBuild.js and ESBuild.ts files
- 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
- 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 `Source/Interface/CSS/lightningcss.ts` to set default value for
`unusedSymbols`
- Added targets to `Source/Variable/CSS/lightningcss.ts`

## 2.3.4

Expand Down Expand Up @@ -41,20 +41,20 @@

- 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.1
- `deepmerge-ts` from 7.1.0 to 7.1.1
- `lightningcss` from 1.25.1 to 1.27.0
- `sharp` from 0.33.4 to 0.33.5
- `svgo` from 4.0.0-rc.0 to 3.3.2
- `terser` from 5.31.3 to 5.34.1
- `@playform/build` from 0.1.3 to 0.1.7
- `@playform/pipe` from `0.1.0` to `0.1.1`
- `deepmerge-ts` from `7.1.0` to `7.1.1`
- `lightningcss` from `1.25.1` to `1.27.0`
- `sharp` from `0.33.4` to `0.33.5`
- `svgo` from `4.0.0-rc.0` to `3.3.2`
- `terser` 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
- 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 `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
Expand All @@ -69,8 +69,8 @@

- 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 broken links in `README` badges
- Fixed alignment and spacing issues in `README` table
- Fixed incorrect package name in dependency badges

## 2.3.1
Expand All @@ -79,7 +79,7 @@

- Updated .npmignore file:
- Reordered ignored directories and files
- Added 'Summary.md' to ignored files
- Added `Summary.md` to ignored files

### Fixed

Expand Down Expand Up @@ -151,8 +151,8 @@ This version marks the beginning of the recorded changes.
- 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
- New "Run" script for building and watching `Source/\*_/_.ts` files
- Added svgo `v4.0.0`-rc.0 dependency
- Added terser v5.31.3 dependency

### Changed
Expand All @@ -166,13 +166,13 @@ This version marks the beginning of the recorded changes.

### Dependency Updates

- Added svgo v4.0.0-rc.0
- 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
- 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

Expand All @@ -182,7 +182,7 @@ This version marks the beginning of the recorded changes.

### Removed

- Removed @playform/document from peerDependencies and peerDependenciesMeta
- Removed `@playform/document` from peerDependencies and peerDependenciesMeta

## 0.0.12

Expand All @@ -195,28 +195,28 @@ This version marks the beginning of the recorded changes.
### Added

- Added "@playform/compress" and "playform" to keywords
- Added astro v4.9.2 as a dependency
- Added astro `v4.9.2` as a dependency

### Changed

- 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
- 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`

## 0.0.9

### Added

- Added astro v4.9.2 as a dependency
- Added astro `v4.9.2` as a dependency

### Changed

- Moved @playform/build to devDependencies
- Moved `@playform/build` to `devDependencies`

### Removed

Expand All @@ -226,13 +226,13 @@ This version marks the beginning of the recorded changes.

### Changed

- Updated lightningcss to v1.25.1
- Updated lightningcss to `v1.25.1`

## 0.0.7

### Removed

- Removed @playform/document from peerDependencies and peerDependenciesMeta
- Removed `@playform/document` from peerDependencies and peerDependenciesMeta

## 0.0.6

Expand All @@ -244,33 +244,33 @@ This version marks the beginning of the recorded changes.

### Added

- Added "Document" script for documenting 'Source/\*_/_.ts' files
- Added @playform/document v0.0.7 as a peerDependency
- Added "Document" script for documenting `Source/\*_/_.ts` files
- Added `@playform/document` v0.0.7 as a peerDependency

### Changed

- 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
- 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`

## 0.0.4

### Added

- Added "@playform/compress" to keywords
- Added astro v4.8.1 as a dependency
- Added astro `v4.8.1` as a dependency

### Changed

- 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
- Updated `@playform/pipe` to `v0.0.3`
- Moved `@playform/build` to `devDependencies`

### Removed

Expand All @@ -280,11 +280,11 @@ This version marks the beginning of the recorded changes.

### Added

- Added @playform/build, @playform/document, and astro as dependencies
- Added `@playform/build`, `@playform/document`, and astro as dependencies

### Changed

- Moved csso, html-minifier-terser, lightningcss, sharp, svgo, and terser to
- Moved `csso`, `html-minifier-terser`, `lightningcss`, `sharp`, `svgo`, and `terser` to
dependencies

## 0.0.2
Expand All @@ -303,3 +303,5 @@ This version marks the beginning of the recorded changes.
- Added configuration options for different file types
- Set up basic project structure with separate files for different
functionalities


0 comments on commit 0e4db0c

Please sign in to comment.