Releases: usebruno/bruno
v0.9.1
Release Summary
- Improvements to Bru Collection Runner
- Adding new environment auto focus to the newly added env
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Release Summary
A landmark release for Bruno.
We now use a simpler and much more elegant file format.
We care about deeply about Backward Compatibility.
All your .bru files will be automagically get converted to the new format.
Enjoy!!
What's Changed
- Bru Lang Parser by @helloanoop in #85
Full Changelog: v0.8.2...v0.9.0
v0.8.2
Release Summary
This is a patch release that fixes the github star button alignment in the footer.
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Release Summary
This is a patch release that fixes the minor bugs in the 0.8.0 release
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Release Summary
This is yet another landmark release for Bruno.
Bruno now supports has a Collection Runner.
Fixed too many bugs and polishing to remember.
The app is now looking really polished and ready for production usage.
Full Changelog: v0.7.2...v0.8.0
v0.7.2
Release Summary
This is a patch release that fixes the some issues in dark mode
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Release Summary
This is a patch release that fixes the missing module error in the electron build.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Release Summary
This is yet another landmark release for Bruno.
Bruno now supports Scripting and Testing in Javascript.
Full documentation for scripting and testing can be found at https://docs.usebruno.com/
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Release Summary
This is a patch release.
The body(type="form-url-encoded") is deprecated in favour of body(type="form-urlencoded")
This release also includes the initial set of work to support script and tests
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Release Summary
This is a landmark release for Bruno.
We have removed support for in app collections and are going ALL IN on local filesystem collections.
New .bru file format
We have designed an eloquent DSL for storing all your collections of top your filesystem as plain text files.
Think of it as markdown for storing your api requests.
Other notable features
- Response Timeline
- Highlight matching env vars in green and others in red
- Show env var when the user hovers over the env variable
- Squashed bugs
Full Changelog: v0.5.0...v0.6.0