Skip to content

Releases: Nixinova/InlayRegex

1.1.5

11 Aug 05:40
Compare
Choose a tag to compare

Version 1.1.5 of Inlay-Regex

Install it from the VSCode Marketplace.

Changelog

View commits

  • Added an error text in the hover menu for invalid regular expressions.
  • Fixed the hover menu not appearing for invalid regular expressions.
  • Fixed regular expressions containing escaped slashes not being parsed (#4).

1.1.4

13 Mar 05:06
Compare
Choose a tag to compare

Version 1.1.4 of Inlay-Regex

Install it from the VSCode Marketplace.

Changelog

View commits

  • Fixed HTML tags being treated as regular expressions (#1)

1.1.3

08 May 08:32
Compare
Choose a tag to compare

Version 1.1.3 of Inlay-Regex

Install it from the VSCode Marketplace.

Changelog

View commits

  • Changed the description text in the hover window.
  • Changed the sample matches list to always try to print five non-duplicate matches if possible.

1.1.2

14 Jan 05:41
Compare
Choose a tag to compare

Version 1.1.2 of Inlay-Regex

Install it from the VSCode Marketplace.

Changelog

View commits

  • Added support for JSX and TSX.
  • Changed output to create shorter wildcard results.

1.1.1

05 Jan 21:41
Compare
Choose a tag to compare

Version 1.1.1 of Inlay-Regex

Install it from the VSCode Marketplace.

Changelog

View commits

  • Fixed expressions with escaped backslashes not displaying previews.
  • Fixed unescaped characters breaking the preview formatting.

1.1

05 Jan 21:18
Compare
Choose a tag to compare
1.1

Version 1.1 of Inlay-Regex

Install it from the VSCode Marketplace.

Changelog

View commits

  • Changed display of hints from an inline hint to be in a hover menu.
  • Changed result to include a list of several sample matches.
  • Fixed extension occasionally crashing.

1.0.0

14 Aug 06:07
Compare
Choose a tag to compare

Initial release of Inlay-Regex.

Install it from the VSCode Marketplace.