Releases: Flow-Scanner/lightning-flow-scanner-cli
Releases · Flow-Scanner/lightning-flow-scanner-cli
3.3.0 | Community Release
CVE and Security Fixes
Full Changelog: v3.2.1...v3.3.0
3.2.0 | Community Release
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 |
Full Changelog: v3.1.0...v3.2.0
3.1.0 | Community Release
What's Changed
Full Changelog: v3.0.0...v3.1.0
3.0.0 | Community Release
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
Full Changelog: v2.46.0...v3.0.0
2.46.0 | Community Release
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
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
2.43.0 | Community Release
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
2.42.0 | Community Release
What's Changed
Full Changelog: v2.41.0...v2.42.0

