mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
Set up comprehensive CI pipeline with three jobs: - Lint: Runs ESLint and type checking - Test: Executes test suite with Coveralls integration - Build: Verifies package builds correctly The workflow uses pnpm and caches dependencies for faster runs.
66 lines
1.5 KiB
Markdown
66 lines
1.5 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.4.5] - 2025-03-10
|
|
|
|
- Add GitHub Actions workflow for linting and testing ()
|
|
|
|
## [1.4.4] - 2025-03-10
|
|
|
|
- Improve GitHub Actions workflow for release creation (d2b62d3)
|
|
|
|
## [1.4.3] - 2025-03-10
|
|
|
|
- Add coverage for shared utility functions (1092b47)
|
|
|
|
## [1.4.2] - 2025-03-09
|
|
|
|
- Add GitHub Action to create releases from tags (7c19c9d)
|
|
|
|
## [1.4.1] - 2025-03-09
|
|
|
|
- Add comprehensive test suite for CSS ordering rules (5f1e602)
|
|
|
|
## [1.4.0] - 2025-03-08
|
|
|
|
- Implement special ordering for fontFace APIs (3e9bad1)
|
|
|
|
## [1.3.1] - 2025-03-07
|
|
|
|
- Update milestones (8916be7)
|
|
|
|
## [1.3.0] - 2025-03-06
|
|
|
|
- Add script for versioning updates (f2ad87c)
|
|
|
|
## [1.2.0] - 2025-03-05
|
|
|
|
- Add support for linting keyframes and globalKeyframes (dea0a32)
|
|
|
|
## [1.1.2] - 2025-03-05
|
|
|
|
- add .npmignore to exclude development files from npm package (223a81d)
|
|
|
|
## [1.1.1] - 2025-03-05
|
|
|
|
- Improve packaging and TypeScript configuration (c616fb0)
|
|
|
|
## [1.1.0] - 2025-03-04
|
|
|
|
- Lower minimum Node.js version to 18.18.0 (44aba94)
|
|
|
|
## [1.0.2] - 2025-03-04
|
|
|
|
- Add npm version badge and link to vanilla-extract (87acd61)
|
|
|
|
## [1.0.1] - 2025-03-04
|
|
|
|
- Add sample CSS file for linting demo during development (88a9d43)
|
|
|
|
## [1.0.0] - 2025-03-04
|
|
|
|
- Initialize project with complete codebase (d569dea)
|