Releases: fujidaiti/import_rules
Releases · fujidaiti/import_rules
Release list
v0.0.8
What's Changed
- chore(env): Set up Prettier by @fujidaiti in #17
- chore(deps): Bump the dependencies group with 2 updates by @dependabot[bot] in #22
- chore(deps): Bump the dependencies group with 2 updates by @dependabot[bot] in #23
Full Changelog: v0.0.7...v0.0.8
v0.0.7
v0.0.6
chore(deps): Bump the dependencies group with 2 updates (#9) * chore(deps): Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [analysis_server_plugin](https://github.com/dart-lang/sdk/tree/main/pkg) and [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg). Updates `analysis_server_plugin` from 0.3.4 to 0.3.7 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/0.3.7.0/pkg) Updates `analyzer` from 9.0.0 to 10.0.1 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) Updates `analyzer` from 9.0.0 to 10.0.1 - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg) --- updated-dependencies: - dependency-name: analysis_server_plugin dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: analyzer dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: analyzer dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * bump version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fujidaiti <fujidaiti@gmail.com>
v0.0.5
v0.0.4
feat(pkg): Refresh stale cached rules when rules file changes (#5) * feat: Add automatic config reload on file modification Implement timestamp-based cache invalidation to detect when import_rules.yaml or analysis_options.yaml has been modified. The plugin now automatically reloads rules without requiring IDE restart. Changes: - Add configFilePath and modificationStamp fields to Config class - Update ConfigParser to capture file metadata when loading - Implement cache validation logic that checks modification timestamps - Handle FileSystemException when config files are deleted Benefits: - Users can modify rules and see changes immediately - Gracefully handles file deletion and inaccessibility - Minimal performance impact (fast timestamp comparison) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * update readme * format * bump to 0.0.4 --------- Co-authored-by: Claude <noreply@anthropic.com>