Release Note
Version v0.1.4
Date: 14/08/2024
Summary
This release introduces Bun as the new package manager, replacing Yarn, and includes updates to dependencies, configurations, and workflows.
Key Changes
- Package Manager: Switched from Yarn to Bun.
- Dependencies: Updated and aligned with Bun.
- Code Refactor: Enhanced readability of the
ProgressBar
class. - TypeScript Configuration: Updated
tsconfig.json
to target ESNext and include declaration files. - GitHub Workflows: Modified workflows (
tests.yml
,publish.yml
,size.yml
) to support Bun.
Impact
- Local development requires Bun.
- Updated documentation in
README.md
to reflect changes.
Notes
Please install Bun globally to build and test the project.
Full Changelog: v0.1.3...v0.1.4