Skip to content

0.15.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 13:38
c68270f

0.15.0-beta.1 (2021-11-03)

Features

Fixes

  • &SYSMAC should contain only the macro name (fixes eclipse/che-che4z-lsp-for-hlasm#168) (4e2fddc)
  • AINSERT operand length validation (#196) (03d62ad)
  • Apostrophe parsing in model statements (fixes eclipse/che-che4z-lsp-for-hlasm#163) (#164) (94843c8)
  • Diagnostics lost during JSON serialization (#170) (f272f7d)
  • DOT operator in string concatenation is optional (#190) (33d9ecf)
  • Enhance conditional assembler expression parsing, evaluation and diagnostics (#181) (40a2019)
  • File with extensions for other files should not be set to hlasm (#173) (fc49775)
  • Fix HLASM Listing highlighting on lines with trimmed whitespace (#199) (4262e27)
  • Incorrect relative immediate operand validation (fixes #177) (614c86e)
  • Infinite loop during lookahead processing when model statement is located in copybook (#189) (176de31)
  • Lookahead mode does not work correctly when triggered from AINSERTed code (#175) (f7143c8)
  • Operands of dynamically generated statements may be incorrectly parsed (#185) (1a9127e)
  • Preserve mixed-case labels on macro calls (#165) (d8545fe), closes eclipse/che-che4z-lsp-for-hlasm#155
  • Process END instruction (#184) (2d5ad75)
  • Remove ALIAS operand parsing limitation (#178) (480e602), closes #157
  • Various fixes (#166) (200b769)

Other changes

  • Add Support section to client readme (#192) (c68270f)
  • replace theia docker images that do not exist anymore (#197) (ac5cb3d)