Skip to content

Releases: Erimanga/Latex-assistant

1.0.4

Choose a tag to compare

@Erimanga Erimanga released this 07 Jul 01:18

Fix all TypeScript/ESLint review issues:

  • Replace all 'any' types with proper typed interfaces
  • Fix unsafe return/assignment/call/member-access warnings
  • Fix Promise-in-void event listener callbacks
  • Fix unsafe assignment in loadSettings
  • Fix unnecessary type assertion in getNested
  • Remove disallowed eslint-disable comment
  • Attach main.js and manifest.json as release assets

1.0.3

Choose a tag to compare

@Erimanga Erimanga released this 07 Jul 01:07

Fix all TypeScript/ESLint review warnings:

  • Replace all 'any' types with proper typed interfaces
  • Fix unsafe return/assignment/call/member-access warnings
  • Fix Promise-in-void event listener warnings
  • Use proper Lezer Tree/SyntaxNode types for math context detection
  • Use typed EditorWithCM interface instead of (editor as any).cm

1.0.2

Choose a tag to compare

@Erimanga Erimanga released this 06 Jul 12:30

Fix remaining review issues.