Releases: curveball/browser
Releases · curveball/browser
v0.17.2
In this release
This release fixes a small stylesheet bug, introduced with the new JSON viewer.
Released in 0.17
Brand new JSON viewer!
- Supports collapsing/expanding part of the tree
- Automatically generate hyperlinks for strings that are likely links.
- Shows the original JSON, including
_links
and_embedded
, but these
are collapsed by default. This should aid in debugging. - No longer showing double-quotes around JSON property names, but they
magically re-appear when copy pasting.
v0.17.1
v0.17.0
Brand new JSON viewer!
- Supports collapsing/expanding part of the tree
- Automatically generate hyperlinks for strings that are likely links.
- Shows the original JSON, including
_links
and_embedded
, but these
are collapsed by default. This should aid in debugging. - No longer showing double-quotes around JSON property names, but they
magically re-appear when copy pasting.
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
- If a server returns a
201 Created
status and no body, the browser will
now generate a default body so users don't see a white page. - Holiday themes now auto-activate, and don't require a server restart. This
also means they wont keep lingering after the holiday. - Fixed a CSS bug in the Halloween theme around the 'pagers'.
v0.16.0
- #110: Added a halloween theme, which automatically activates the week
preceding halloween 🎃 - #109: Hightlight.js fixed their types, so the workaround is removed.
- #108: Browser now supports a few more formats for templated URIs and
automaticalling turning them into forms. It also fails more gracefully
with invalid forms. - Compatible with
esModuleInterop: false
.