Skip to content

Latest commit

 

History

History
88 lines (41 loc) · 3.39 KB

File metadata and controls

88 lines (41 loc) · 3.39 KB

Changelog

All notable changes to the "erb-inline-js-helper" extension will be documented in this file.

0.4.0 (2026-02-14)

Features

  • add restart language service command (#39) (dc64abd)

0.3.4 (2026-02-14)

Bug Fixes

  • packaging: include typescript in VSIX package (#36) (6f7cbde)

0.3.3 (2026-02-10)

Bug Fixes

0.3.2 (2026-02-10)

Bug Fixes

0.3.1 (2026-02-10)

Bug Fixes

  • Fix intersection type resolution in JSDoc annotations (#32) (02a85e0)

0.3.0 (2026-02-09)

Features

  • implement resolveModuleNames for type resolution in ERB virtual files (#29) (87df3b1)

0.2.1 (2026-02-08)

Bug Fixes

  • implement virtual file name generation and update content methods (#25) (901e1a2)

0.2.0 (2026-01-25)

Features

0.1.2 (2026-01-04)

Bug Fixes

  • Update bun version from 1.3.3 to 1.3.5 (#7) (7ccf0b9)

[0.1.1] - 2026-01-01

  • Add Shopify.ruby-lsp as an extension dependency.

[0.1.0] - 2026-01-01

  • Support Go to Definition inside javascript_tag do blocks.

[0.0.2] - 2025-12-30

  • Support JavaScript code completion inside javascript_tag do blocks.
  • Support hover info inside javascript_tag do blocks.
  • Add logging to debug completion behavior.

[0.0.3] - 2025-12-31

  • Treat javascript_tag blocks as JavaScript for comment toggling (//).

[0.0.1] - 2025-12-29

  • Initial release