Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent 3317b83 commit 505ea2e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
## 0.1.2

### Added

- New CLI functionality with `Compress` command
- New `CLI.ts` and `Pipe.ts` functions for improved command-line operations
- Added `commander` dependency for CLI support
- Added `fast-glob` dependency for file pattern matching

### Changed

- 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
- 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
Expand All @@ -13,8 +31,15 @@
- Added `Source/Interface/CLI.ts` to define the command-line interface
- Updated `package.json` to include necessary CLI dependencies

### Removed

- Removed `Documentation/` directory (replaced with `docs/`)
- Removed `Summary.md` file

### Fixed

- 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
Expand Down

0 comments on commit 505ea2e

Please sign in to comment.