mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
* refactor: update Bru constructor to accept a single options object for improved readability - Changed the Bru class constructor to accept a single options object instead of multiple parameters, enhancing code clarity and maintainability. - Updated all instances of Bru instantiation across the codebase to align with the new constructor format. * docs: enhance Bru constructor documentation with additional certs and proxy configuration options - Updated the documentation for the Bru class constructor to include new parameters related to certs and proxy configuration, improving clarity for users on available options. - Added descriptions for collectionPath, options, clientCertificates, collectionLevelProxy, and systemProxyConfig to provide comprehensive guidance on their usage. * docs: refine Bru constructor documentation for clarity and default values - Updated the constructor documentation for the Bru class to enhance clarity by consolidating parameter descriptions into a single options object format. - Added default values for optional parameters, improving guidance for users on expected input and usage.