|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## v9.2.0 (2025-07-19) |
| 7 | + |
| 8 | +<details> |
| 9 | +<summary>refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)</summary> |
| 10 | + |
| 11 | +### refactor: Support url based cache entries ([#7639](https://github.com/streetsidesoftware/cspell/pull/7639)) |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +</details> |
| 16 | + |
| 17 | +### Features |
| 18 | + |
| 19 | +<details> |
| 20 | +<summary>fix: Support remote dependencies in cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7642">#7642</a>)</summary> |
| 21 | + |
| 22 | +### fix: Support remote dependencies in cache ([#7642](https://github.com/streetsidesoftware/cspell/pull/7642)) |
| 23 | + |
| 24 | +--- |
| 25 | + |
| 26 | +</details> |
| 27 | + |
| 28 | +### Fixes |
| 29 | + |
| 30 | +<details> |
| 31 | +<summary>fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)</summary> |
| 32 | + |
| 33 | +### fix: Remove `flat-cache` dependency ([#7636](https://github.com/streetsidesoftware/cspell/pull/7636)) |
| 34 | + |
| 35 | +`flat-cache` v6 is not compatible with the cspell cache. Since `flat-cache` was mostly a pass through to `flatted`, it was better to just replace it. |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +</details> |
| 40 | + |
| 41 | +<details> |
| 42 | +<summary>refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)</summary> |
| 43 | + |
| 44 | +### refactor: move towards caching URLs ([#7634](https://github.com/streetsidesoftware/cspell/pull/7634)) |
| 45 | + |
| 46 | +--- |
| 47 | + |
| 48 | +</details> |
| 49 | + |
| 50 | +<details> |
| 51 | +<summary>fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)</summary> |
| 52 | + |
| 53 | +### fix: Support async cache ([#7631](https://github.com/streetsidesoftware/cspell/pull/7631)) |
| 54 | + |
| 55 | +--- |
| 56 | + |
| 57 | +</details> |
| 58 | + |
| 59 | +<details> |
| 60 | +<summary>fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)</summary> |
| 61 | + |
| 62 | +### fix: Replace file-entry-cache ([#6579](https://github.com/streetsidesoftware/cspell/pull/6579)) |
| 63 | + |
| 64 | +Deprecating the use of file-entry-cache. |
| 65 | + |
| 66 | +v10 of `file-entry-cache` breaks the spell checker and bloats the cache size. |
| 67 | + |
| 68 | +This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies. |
| 69 | + |
| 70 | +--- |
| 71 | + |
| 72 | +</details> |
| 73 | + |
| 74 | +<details> |
| 75 | +<summary>fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)</summary> |
| 76 | + |
| 77 | +### fix: Clean cspell-lib type exports ([#7615](https://github.com/streetsidesoftware/cspell/pull/7615)) |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +</details> |
| 82 | + |
| 83 | +### Dictionary Updates |
| 84 | + |
| 85 | +<details> |
| 86 | +<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)</summary> |
| 87 | + |
| 88 | +### fix: Workflow Bot -- Update Dictionaries (main) ([#7618](https://github.com/streetsidesoftware/cspell/pull/7618)) |
| 89 | + |
| 90 | +# Update Dictionaries (main) |
| 91 | + |
| 92 | +## Summary |
| 93 | + |
| 94 | +``` |
| 95 | + integration-tests/snapshots/vitest-dev/vitest/report.yaml | 10 ++-------- |
| 96 | + integration-tests/snapshots/vitest-dev/vitest/snapshot.txt | 5 +---- |
| 97 | + packages/cspell-bundled-dicts/package.json | 2 +- |
| 98 | + pnpm-lock.yaml | 12 ++++++------ |
| 99 | + 4 files changed, 10 insertions(+), 19 deletions(-) |
| 100 | +``` |
| 101 | + |
| 102 | +--- |
| 103 | + |
| 104 | +</details> |
| 105 | + |
6 | 106 | ## v9.1.5 (2025-07-13)
|
7 | 107 |
|
8 | 108 | ### Fixes
|
|
0 commit comments