Skip to content

Latest commit

 

History

History
222 lines (85 loc) · 8.21 KB

CHANGELOG.md

File metadata and controls

222 lines (85 loc) · 8.21 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.6 (2023-09-22)

Updates and Bug Fixes

5.0.5 (2023-02-22)

Updates and Bug Fixes

5.0.4 (2023-01-05)

Miscellaneous

5.0.3 (2022-12-17)

Miscellaneous

5.0.2 (2022-10-31)

Updates and Bug Fixes

5.0.1 (2022-10-31)

Updates and Bug Fixes

5.0.0 (2022-10-31)

⚠ BREAKING CHANGES

  • Rebuild Java Dictionary (#1557)

Features

4.0.0 (2022-10-10)

⚠ BREAKING CHANGES

  • Drop Support for CSpell 5. (#1512)

Features

3.0.7 (2022-07-05)

Note: Version bump only for package @cspell/dict-java

3.0.6 (2022-07-03)

Note: Version bump only for package @cspell/dict-java

3.0.5 (2022-06-29)

Note: Version bump only for package @cspell/dict-java

3.0.4 (2022-06-22)

Note: Version bump only for package @cspell/dict-java

3.0.3 (2022-06-14)

Note: Version bump only for package @cspell/dict-java

3.0.2 (2022-06-02)

Bug Fixes

3.0.1 (2022-05-31)

Note: Version bump only for package @cspell/dict-java

3.0.0 (2022-05-31)

⚠ BREAKING CHANGES

  • Do not split Java words when adding to dictionary (#1155)

Features

2.0.0 (2022-02-09)

Features

BREAKING CHANGES

  • Drop Support for CSpell 4.

  • feat: Drop support for CSpell 4.

  • Mark the config files as READONLY

1.0.23 (2021-07-21)

Note: Version bump only for package @cspell/dict-java

1.0.22 (2020-12-24)

Bug Fixes

1.0.21 (2020-11-28)

Note: Version bump only for package @cspell/dict-java

1.0.20 (2020-11-27)

Note: Version bump only for package @cspell/dict-java

1.0.19 (2020-11-21)

Note: Version bump only for package cspell-dict-java

1.0.18 (2020-11-08)

Bug Fixes

  • do not include Configstore if not necessary (#270) (d8b625f)

1.0.17 (2020-10-21)

Note: Version bump only for package cspell-dict-java

Change Log

1.0.6

  • Provide an updated wordlist for JDK12 (previously JDK8) generated by traversing all public accessible symbols of OpenJDK 12 using a new script leveraging classgraph project
  • Manually add Java reserved words copied from he official Java Tutorials
  • Add true, false and null literals to dictionary

1.0.0

  • Initial Release