Skip to content

Releases: fujidaiti/import_rules

v0.0.8

Choose a tag to compare

@fujidaiti fujidaiti released this 07 May 20:40
8ff09b4

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

Choose a tag to compare

@fujidaiti fujidaiti released this 14 Feb 14:13
182e15c

Add a global and per-rule severity option to change the severity level of rule violation reports.

v0.0.6

Choose a tag to compare

@fujidaiti fujidaiti released this 18 Jan 09:30
6731815
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

Choose a tag to compare

@fujidaiti fujidaiti released this 18 Jan 09:29
chore(pkg): bumped analyzer version (#7)

Co-authored-by: Yev Velizhenkov <yv+duett@duett.no>

v0.0.4

Choose a tag to compare

@fujidaiti fujidaiti released this 25 Nov 10:04
99ff550
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>

v0.0.3

Choose a tag to compare

@fujidaiti fujidaiti released this 22 Nov 18:48
chore(pkg): Re:Fix broken links in doc

v0.0.2

Choose a tag to compare

@fujidaiti fujidaiti released this 22 Nov 18:28
chore(pkg): Fix broken links in doc

v0.0.1

Choose a tag to compare

@fujidaiti fujidaiti released this 22 Nov 18:16
chore(pkg): Release initial version