Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 2.21 KB

File metadata and controls

78 lines (48 loc) · 2.21 KB

Browserslist Changelog

2.0.0 - 2025-12-20

Added

  • Inspection: missing not dead query to avoid support for browsers without security updates
  • browserslist section in package.json is now also recognized as browserslist config
  • Code vision for config coverage and with a link to https://browsersl.ist

Changed

  • The minimal supported version changed to 2024.2 where java 21 is supported
  • Parsing was reworked. Scope selections work more reasonable, section names can be any other identifier now. Almost all of the language keywords are considered soft and not reserved.
  • Improved error recovery and error messages

Fixed

  • Error parsing baseline queries, like baseline widely available
  • Error parsing partially/fully support

Fixed

  • Remove upper IDE version bound

Fixed

  • Fix browsers lexer. Add forgotten and_qq

Changed

  • Compatible IDEs are changed. I'll need JavaScript plugin later, so only paid IDEs that has it are targeted
  • All tokens are case-insensitive now. LaSt 8 ChRoMe vERsions for the world

Added

  • Lowercase browser names in completion

Fixed

  • Fix supported ides' version range

Fixed

  • Fixed parsing of compare queries, when there are directly followed by numbers

Added

  • Syntax highlighting
  • Autocompletion for browsers
  • Section folding
  • Live templates for some queries