Skip to content

v2.0.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@tstromberg tstromberg released this 24 Jul 05:16

Features

  • Electron ASAR archive support — .asar containers are now parsed in-memory and their
    members routed through normal file-type detection.

Fixes

  • Correct identification of Clojure, .whl, and .xpi files.
  • Better Chrome extension (CRX) handling.
  • Fixed a trait near/scope matching conflict.
  • Trait location info now propagates through to results.

Internal

  • Removed the obsolete fileid crate (~3,700 lines) in favor of the built-in detector.
  • Dropped the legacy ast compatibility type (now fully tree-sitter) and the ./traits
    directory convention.
  • Dependency updates.