Skip to content

Releases: nexepic/reson

v1.4.1

04 Apr 15:30

Choose a tag to compare

fix: add workflow permissions for release publishing

- Add 'contents: write' permission to allow release operations
- Change secrets.TOKEN to secrets.GITHUB_TOKEN for proper authentication
- This fixes 'Resource not accessible by integration' error when
  publishing releases to GitHub.

Author: nexepic <remarkable.yh@gmail.com>

v1.4.0

04 Apr 10:40

Choose a tag to compare

  • AST Parser Enhancements: Extensive refactoring of ast_parser.rs, ast_collection.rs, and ast_node.rs for better performance and maintainability
  • Filter System: Upgraded filtering capabilities in utils/filters.rs
  • CLI Refactoring: Improved command-line interface structure in cli.rs
  • Detection Logic: Enhanced code detection mechanisms in detector.rs
  • Output Formatting: Better output handling and formatting in utils/output.rs

v1.3.3

10 Apr 07:06

Choose a tag to compare

Release notes

  • TypeScript supported.

v1.3.2

06 Mar 03:35

Choose a tag to compare

Release notes

  • Precision improvement - skip small AST blocks.

v1.3.1

05 Mar 05:50

Choose a tag to compare

Release notes

  • Skipping ast collections for comments

v1.3.0

21 Feb 08:44

Choose a tag to compare

Release notes

  • Performance improvements
    • Reduced memory consumption

v1.2.2

21 Feb 06:38

Choose a tag to compare

Release notes

  • Performance improvements
    • Improved data structure to reduce redundant calculation
    • Large array handler

v1.2.1

12 Feb 07:25

Choose a tag to compare

Release notes

  • Performance improvements
    • Fixed the redundant calculation of the code blocks
  • Compatibility improvements
    • Static link optimized

v1.2.0

15 Jan 15:16

Choose a tag to compare

Stable release ignoring comments

v1.1.0

13 Jan 09:33

Choose a tag to compare

The stable release enables threads