Skip to content

Commit

Permalink
Compress/v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent 505ea2e commit 2b9713f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.1.7

- uses: actions/setup-node@v4.0.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.1.7

- uses: pnpm/action-setup@v4.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions docs/media/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 2b9713f

Please sign in to comment.