Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e23983d
Moved the commits from oc-docs to bruno-api-docs
vasharma05-bruno Jul 24, 2026
3b3fbb8
feat(playground): response body formatting, preview, and format selector
vasharma05-bruno Jul 27, 2026
24cf729
refactor(playground): dedup, cleanup, and perf polish for response fo…
vasharma05-bruno Jul 27, 2026
896b811
refactor(playground): hoist detection regexes/rules and add coverage
vasharma05-bruno Jul 27, 2026
7e64649
chore(playground): drop redundant comments from response-format code
vasharma05-bruno Jul 27, 2026
4193cca
feat(playground): gate responses over 10MB behind a reveal warning
vasharma05-bruno Jul 27, 2026
5c30adb
Self review changes
vasharma05-bruno Jul 27, 2026
f106b42
Lazy load previews not used everytime
vasharma05-bruno Jul 27, 2026
45347a4
Add format for audio's whose initial 12 bytes are ID3
vasharma05-bruno Jul 27, 2026
8fb7804
Review changes
vasharma05-bruno Jul 28, 2026
b106b5c
Formatting response related hooks
vasharma05-bruno Jul 28, 2026
33cd600
Move files out of unneccessary folder
vasharma05-bruno Jul 28, 2026
7e9c3e5
Final changes
vasharma05-bruno Jul 28, 2026
d37047a
test(playground): fix failing response-formatter unit and e2e tests
vasharma05-bruno Jul 29, 2026
bb5717e
perf(playground): trim response-body memory; detect content type at p…
vasharma05-bruno Jul 29, 2026
45f34ff
test(playground): use a re-fetch (not a tab switch) to re-render in t…
vasharma05-bruno Jul 29, 2026
a2061ee
fix(playground): stop PDF preview rendering each page twice; configur…
vasharma05-bruno Jul 29, 2026
a6490d8
Merge branch 'main' of https://github.com/usebruno/bruno-api-docs int…
vasharma05-bruno Jul 29, 2026
f6035ae
Update package-lock.json
vasharma05-bruno Jul 29, 2026
3b444d5
Fix lint issues
vasharma05-bruno Jul 29, 2026
547bb88
Add .claude to eslint ignore
vasharma05-bruno Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default [
'**/dist-standalone/**',
'**/dist-server/**',
'**/playwright-report/**',
'**/bundled-libraries.iife.js'
'**/bundled-libraries.iife.js',
'**/.claude/**'
]
},
{
Expand Down
Loading
Loading