Skip to content

Releases: curveball/browser

v0.17.2

07 Apr 18:26
364ca96
Compare
Choose a tag to compare

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.

Screenshot from 2022-04-07 00-53-06

Screenshot from 2022-04-06 23-51-07

v0.17.1

07 Apr 17:51
b0cefcb
Compare
Choose a tag to compare
  • Fixed a small css bug.

v0.17.0

07 Apr 17:41
2fbb185
Compare
Choose a tag to compare

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.

Screenshot from 2022-04-07 00-53-06

Screenshot from 2022-04-06 23-51-07

v0.16.5

01 Feb 15:25
37b6003
Compare
Choose a tag to compare
  • Don't show halloween theme on Feb 1st.

v0.16.4

12 Jan 08:03
46bc589
Compare
Choose a tag to compare
  • Add a curveball logo with outline

v0.16.3

06 Jan 15:33
67442a2
Compare
Choose a tag to compare
  • Add a curveball logo including the wordmark
  • Add a flag allowing users to see 'all links'. Normally links such as self are hidden in links tables, using the new allLinks flag every link will always appear in responses.

v0.16.2

16 Dec 17:40
1228df4
Compare
Choose a tag to compare
  • Upgrade html-form-enhancer package, which fixes a bug related to the
    action attribute being sometimes ignored.

v0.16.1

29 Oct 20:31
d310682
Compare
Choose a tag to compare
  • 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

18 Oct 17:29
f48cb0e
Compare
Choose a tag to compare
  • #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.

v0.15.4

13 Sep 16:29
e08a578
Compare
Choose a tag to compare
  • Fix formatting of datetime-local value attribute.
  • Updated to latest highlight.js, typescript, ketting