All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.11 (2024-12-30)
5.0.10 (2024-10-11)
5.0.9 (2024-10-11)
5.0.8 (2024-10-11)
5.0.7 (2024-06-08)
5.0.6 (2023-09-22)
- add whitespaces (plural) to dictionaries (#2552) (09e990a)
- Workflow Bot -- Build Dictionaries (#2553) (46ce681)
5.0.5 (2023-02-22)
5.0.4 (2023-01-05)
5.0.3 (2022-12-17)
5.0.2 (2022-10-31)
5.0.1 (2022-10-31)
5.0.0 (2022-10-31)
- Rebuild Java Dictionary (#1557)
4.0.0 (2022-10-10)
- Drop Support for CSpell 5. (#1512)
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)
3.0.1 (2022-05-31)
Note: Version bump only for package @cspell/dict-java
3.0.0 (2022-05-31)
- Do not split Java words when adding to dictionary (#1155)
2.0.0 (2022-02-09)
-
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)
1.0.21 (2020-11-28)
Note: Version bump only for package @cspell/dict-java
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)
1.0.17 (2020-10-21)
Note: Version bump only for package cspell-dict-java
- 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
andnull
literals to dictionary
- Initial Release