Download Latest Version v7.1.2 source code.tar.gz (1.8 MB)
Email in envelope

Get an email when there's a new version of browser-compat-data

Home / v7.0.0
Name Modified Size InfoDownloads / 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 now string | false (previously string | boolean | null).
  • version_added is still VersionValue (without true or null).
  • version_removed and version_last are now string (previously VersionValue).

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
Source: README.md, updated 2025-08-22