Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

52 lines (26 loc) · 1.08 KB

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Info

Added

Changed

Deprecated

Removed

Fixed

Fixed

  • Fixed package.json (removed type: module)

Added

  • Users can choose between closed or maximal patterns

Changed

  • Options passed to the algorithm are now a partial type for better readability

Added

  • Execution time is now returned along with the patterns

Changed

  • Better execution time threshold checks

Removed

  • Patterns count is no longer returned since patterns are now stored in a simple array

Added

  • Option to add a time execution threshold