2.5.0 - SQLite Deep Index & Middleware Coverage
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_bylinks for Express-style handlers. - TypeScript strategy captures limiter callbacks, closing gaps for
.tsmiddleware 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