Skip to content

Choose a tag to compare

@ddbeck ddbeck released this 02 Sep 11:57
· 157 commits to main since this release
e967495

Breaking Changes

  • This release requires @mdn/browser-compat-data@^7.0.0.
  • The RealSupportStatement class has been removed. All upstream browser compatibility statements now have "real" values (that is, they do not contain true or null values where version strings might appear), so the distinction between "real" and "non-real" statements no longer has any meaning. Use the SupportStatement class instead.
  • The statement() factory function has been removed. It serves no purpose without the real/non-real value distinction. Use new SupportStatement() instead.

What's Changed

  • Upgrade compute-baseline to use BCD 7.0.0 by @ddbeck in #3288
  • Update compute-baseline README: withAncestors to checkAncestors by @alattalatta in #3046