Skip to content

Releases: Lightning-Flow-Scanner/lightning-flow-scanner-sfdx

lightning-flow-scanner v2.1.0

17 Jul 05:33
ee52c91
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: --throwerrors argument is not available anymore and is replaced by --failon, that has more options
    • New argument --failon (error/warning/note): Makes return code 1 in case --failon severity is reached
  • Use cosmiconfig to load configuration, allowing JSON & YAML
  • Provide human-readable output format
    • Sort errors by flow
    • Display issue severity
  • Update documentation in README
    • Human format output screenshot
    • Shields.io badges
    • Describe rules
  • Upgrade lightning-flow-scanner-core dependency to 2.5.0
  • Fix npm package generation (please do not use v2.0.0 ,but use v2.1.0)

image

Contributors