Skip to content

Releases: AleksandrSl/intellij-browserslist

v2.0.0

20 Dec 16:46

Choose a tag to compare

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

v1.0.2

31 Jan 10:19

Choose a tag to compare

Fixed

  • Remove upper IDE version bound

v1.0.1

17 Sep 21:00
78aebac

Choose a tag to compare

Fixed

  • Fix browsers lexer. Add forgotten and_qq

v1.0.0

12 Jul 21:11
1056381

Choose a tag to compare

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

v1.0.0-eap-2

03 Jul 22:35
65f36bf

Choose a tag to compare

v1.0.0-eap-2 Pre-release
Pre-release

Added

  • Lowercase browser names in completion

Fixed

  • Fix supported ides' version range

v1.0.0-eap-1

03 Jul 22:00
0be00e1

Choose a tag to compare

v1.0.0-eap-1 Pre-release
Pre-release
Merge pull request #1 from AleksandrSl/dev

First version EAP