Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 534 Bytes

CHANGELOG.md

File metadata and controls

9 lines (7 loc) · 534 Bytes

Changelog

What's Changed

  • Removed src/program.js (unnecessary layer).
  • Removed base64-encoded queries, queries by filename and file-based weights options from the SQompLexity file itself. The CLI tool still allows these options.
  • Changed the function name from sqomplexity.run() to sqomplexity.score() (numeric score output) and sqomplexity.analyze() (object output).
  • For any more changes, see the updated examples and readme.