Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Releases: Flow-Scanner/lightning-flow-scanner-vsce

Upgrade Core to 2.30

23 Mar 00:31

Choose a tag to compare

Update Core from 2.26 to 2.30 bringing multiple bugfixes.
Please see https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core

Core 2.26

24 Nov 22:23
3acb440

Choose a tag to compare

Update Core to 2.25

08 Nov 14:57

Choose a tag to compare

Download functionality

24 Sep 01:56
3b8bca1

Choose a tag to compare

  • implement download
  • include navigation menu
  • general styling improvements

add type specific details

08 Sep 13:12
70ea149

Choose a tag to compare

assigns type specific details such as the datatype of variables and the expression of attributes.

UI Improvements

25 Aug 07:30
791306b

Choose a tag to compare

implements new sortable tables and styling for the scan overview and scan detail pages

Fix False positives 'FlowDescription' & 'MissingDescription' rules

06 Aug 22:50

Choose a tag to compare

Old API Versions & Flow Naming Conventions

30 Jul 22:22

Choose a tag to compare

Introducing two new configurable rules!

  1. Old API Version
  2. Flow Naming Convention

1. Old API version

Newer API components may cause older versions of Flows to start behaving incorrectly due to differences in the underlying mechanics. The Api Version has been available as an attribute on the Flow since API v50.0 and it is recommended to limit variation and to update them on a regular basis.

Default Value: >50.0


2. Flow naming conventions

Readability of flow is very important. Agreeing on and following the same naming conventions will ease collaboration.

Default Value: [A-Za-z0-9]+_[A-Za-z0-9]+


The rules can be reconfigured with your own expressions under: VS code settings:extensions Lightning Flow Scanner

Core 2.6

25 Jul 07:59
84e5529

Choose a tag to compare

What's Changed

  • Update documentation in README
  • Upgrade lightning-flow-scanner-core dependency to 2.6.0
  • Results now contain severity levels