Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
data.json | 2025-08-22 | 17.0 MB | |
README.md | 2025-08-22 | 947 Bytes | |
v7.0.0 source code.tar.gz | 2025-08-22 | 1.7 MB | |
v7.0.0 source code.zip | 2025-08-22 | 3.4 MB | |
Totals: 4 Items | 22.2 MB | 0 |
Breaking changes
This release introduces one breaking change that may require you to take action.
1. Sync TypeScript definitions for versions with schema (#27428)
Previously, TypeScript definitions for version fields were inconsistent with the schema.
Now, definitions are aligned with the schema:
VersionValue
is nowstring | false
(previouslystring | boolean | null
).version_added
is stillVersionValue
(withouttrue
ornull
).version_removed
andversion_last
are now string (previouslyVersionValue
).
Impact: You may need to update your code handling these fields.
Statistics
- 2 contributors have changed 11 files with 81 additions and 163 deletions in 1 commit (
v6.1.5...v7.0.0
) - 17,783 total features
- 1,186 total contributors
- 5,364 total stargazers