Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 2024-11-30

New Features

  • Control of minification level
  • Detection of RUN in relocation flows

Fixes

  • Fix some issues with white-space-only lines

[2.0.0] - 2024-09-29

New Features

  • Language server is native rust code
  • Expanded language diagnostics
    • identifies and error checks interprogram branching
    • identifies and optionally accepts extended CALL syntax
  • Disk image support is bundled, no need for external a2kit installation
  • User control of diagnostic severity

Breaking Changes

  • Goto references will not overlap with goto definitions or declarations
  • Some options have changed from boolean to an enumerated severity level
  • Platform support works differently
    • Out of the box support for Linux-x64, Mac-x64, Mac-aarch64, and Windows-x64, everything needed is bundled.
    • Universal version requires an external a2kit installation, not only for disk images, but for all services.