eslint-plugin-vanilla-extract/CHANGELOG.md
Ante Budimir 1092b47f1c test : add coverage for shared utility functions
Add comprehensive tests for shared utility modules to improve code coverage:

- Test property name extraction edge cases
- Test CSS property priority map with invalid groups
- Test order strategy visitor creator edge cases
- Test font face property order enforcer early returns
- Test style node processor with arrays and null values

These tests ensure all code paths in shared utilities are properly exercised,
including error handling and edge cases.
2025-03-10 09:28:51 +02:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.3] - 2025-03-10

  • Add coverage for shared utility functions ()

[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

[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)