1.1 KiB
1.1 KiB
Changelog
1.4.0 - 2025-12-29
Major Codebase Changes
- Migrated from
npmtopnpm(v10.25.0) - Migrated from
MakefiletoTaskfilefor all development tasks - Updated license from
MITtoBSD-3-Clause - Added
licenseandauthorfields topackage.json - Moved Dockerfile to
docker/folder - Added Nix flake for development environment
Features
- Added Task section to README with available tasks
- Improved README structure
Security
- Added
eslint-plugin-securityfor security linting - Updated Docker containers to use specific pnpm version (10.25.0)
CI/CD Updates
- Updated workflows to use
taskcommands - Added
setup-taskaction to workflows - Updated workflows to use full action URLs with commit hashes
- Updated Docker workflow to reference
docker/Dockerfile - All workflows use pnpm with
--frozen-lockfile
Development
- Added
setuptask for enabling corepack - Added
install:citask for CI dependency installation - Updated Taskfile to reference
docker/Dockerfilefor Docker builds - Added flake.nix with Task, Node.js 20, and pnpm