mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
* feat: add bru.hasGlobalEnvVar method and update translations - Introduced the `bru.hasGlobalEnvVar(key)` method to check for the existence of global environment variables. - Updated translation mappings in Postman converters to include `pm.globals.has` for `bru.hasGlobalEnvVar`. - Enhanced test cases to validate the new method and its translation in both directions between Bruno and Postman. * feat: add hasGlobalEnvVar method to bru shim - Implemented the `hasGlobalEnvVar` method in the bru shim to check for the existence of global environment variables. - Updated the context setup to include the new method, enhancing the functionality of the environment variable management.