Skip to content

2.5.0 - SQLite Deep Index & Middleware Coverage

Choose a tag to compare

@johnhuang316 johnhuang316 released this 28 Oct 03:44
· 34 commits to master since this release

Highlights

  • Deep index now persists to SQLite via the new SQLiteIndexStore, replacing the legacy JSON cache while keeping build performance stable.
  • JavaScript strategy records middleware callbacks in the call graph, giving accurate called_by links for Express-style handlers.
  • TypeScript strategy captures limiter callbacks, closing gaps for .ts middleware exports and aligning coverage with JavaScript.
  • Added dedicated regression tests for the SQLite store/manager plus JavaScript and TypeScript call graph fixtures.

Full Changelog: v2.4.1...v2.5.0