docs: update CHANGELOG.md

This commit is contained in:
seongminn 2025-06-25 23:12:05 +09:00
parent 4d5a561fba
commit 734d15aede

View file

@ -5,6 +5,13 @@ 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.11.0] - 2025-06-25
- add reference tracking for wrapper functions in vanilla-extract style objects
- implement ReferenceTracker class for detecting vanilla-extract imports
- add createReferenceBasedNodeVisitors for automatic function detection
- support wrapper functions with parameter mapping enable all lint rules to work with custom wrapper functions
## [1.10.0] - 2025-04-19
- confirm compatibility with ESLint 8.57.0