Skip to content

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

3.3.0 | Community Release

06 Apr 17:05

Choose a tag to compare

CVE and Security Fixes

Full Changelog: v3.2.1...v3.3.0

3.2.0 | Community Release

09 Mar 05:24

Choose a tag to compare

What's Changed

Rule Activation!

Rule (Configuration ID) Description
Trigger Order (TriggerOrder) Guarantee your flow execution order with the Trigger Order property introduced in Spring '22
  • feat(rule): activate trigger order rule by @junners in #150

Full Changelog: v3.1.0...v3.2.0

3.1.0 | Community Release

07 Mar 17:01

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

3.0.0 | Community Release

17 Feb 02:06

Choose a tag to compare

New Rule

Cyclomatic Complexity developed by Thomas McCabe Sr, is one of the gold standard for measuring how complex your code is, at it's core, it's counting how many independent paths can your code take. This simple metric has existed on tools such as PMD which can be used on Java & Apex, and as of today, also Flows.

Rule Description
Cyclomatic Complexity (CyclomaticComplexity) The number of loops and decision rules, plus the number of decisions. Use a combination of 1) subflows and 2) breaking flows into multiple concise trigger ordered flows, to reduce the cyclomatic complexity within a single flow, ensuring maintainability and simplicity.

Breaking Change

  • BREAKING: deprecate old source path option and replace with --files by @junners in #146

Full Changelog: v2.46.0...v3.0.0

2.46.0 | Community Release

08 Feb 02:53

Choose a tag to compare

What's Changed

Upcoming 3.0.0 Breaking changes

  • --sourcepath | -p will be deprecated

Full Changelog: v2.45.0...v2.46.0

2.45.0 | Community Release

02 Feb 04:20

Choose a tag to compare

What's new?

  • CORE is now an es module instead of common js
  • Fix core dependencies and use to new types
  • Finally remove oclif/semantic-release! No more failed pipes 🎉

Full Changelog: v2.44.0...v2.45.0

v2.43.1

02 Feb 00:46

Choose a tag to compare

chore(release): 2.43.1 [skip ci]

2.43.0 | Community Release

27 Jan 23:00

Choose a tag to compare

What's Changed

  • fix: add backward compatibility and warning for sourcepath flag by @junners in #139
  • address the issue specified on #138 thank you @Schuchie for reporting the issue

DEPRECATION NOTICE

-p or --path will soon be deprecated please use --files instead

Full Changelog: v2.42.0...v2.43.0

v2.42.1

27 Jan 22:56

Choose a tag to compare

chore(release): 2.42.1 [skip ci]

2.42.0 | Community Release

27 Jan 07:41

Choose a tag to compare

What's Changed

Full Changelog: v2.41.0...v2.42.0