Releases: RobHolme/vscode-hl7tools
Releases · RobHolme/vscode-hl7tools
v2.0.7
Summary of updates rolled into this release:
2.0.5
- rolled back, not released.
2.0.6 (12/11/2023)
Merged pull request from Dmitry Maslennikov (https://github.com/daimor).
- Easy send message, added CodeLense, to fast open send message view
- Checks for updates in VSCode settings, no need to reload VSCode
- SendMessage View updates:
- Start/Stop Listener right from the view
- when loses focus and returns back keeps form filled
- will update the list of favorites if it was updated in settings
- autofill the first favorite server
2.0.7 (07/08/2024)
Merged pull request from https://github.com/Tim-Hennig to fix issues with additional components in v2.2 'CN' data type.
Fixes typos in descriptions of v2.2, v2.3 data types.
v2.0.4
v2.0.3
User preference added to allow MSA-1 ACK codes to be defined (hl7tools.AckCode in extension preferences).
Possible values include: "AA", "AE", "AR", "CA", "CE", "CR".
Defaults to "CA"
Thanks to @jacobMedisoft for contributing this feature.
v2.0.2
v2.0.1
v2.0.0
v1.14.2
- Added basic validation to ensure favourites defined in user settings contain all required properties (invalid entries removed from favourites drop list). Fixed issue when no favourites (or empty list of favourites) provided.
- Fixed error in onDidChangeTextDocument event.
- Any active field highlighting will be re-applied when the document text changes.