mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
- Consolidated hook management by merging hooks from collection, folders, and requests into a single script using mergeScripts. - Removed the HooksExecutor and HooksConsolidator, simplifying the execution flow. - Updated runSingleRequest and network IPC to utilize the new merged hooks approach for improved performance and clarity. - Enhanced comments for better understanding of the hook execution process.