Skip to content

Releases: curveball/browser

v0.19.5

21 Oct 21:46
9fac894
Compare
Choose a tag to compare
  • html-form-enhancer.js was missing from the latest release, which caused some HAL forms to not work.

v0.19.4

30 Sep 00:19
01600f5
Compare
Choose a tag to compare
  • If a response has a 'description' property, the browser now renders this paragraph near the top of the screen.

v0.19.3

20 Sep 16:31
8e66238
Compare
Choose a tag to compare
  • #145: Form elements now have id attributes and <label>s that point to them. (@ikbensiep)
  • #141: JSON-Schema comments were not rendered in nested objects in the JSON viewer. (@syedfkabir)
  • #151: datetime-local fields weren't rendered correctly if they have a value. (@mhum)
  • Fixed a CSV table layout issue.

v0.18.1

20 Sep 16:18
bb3d434
Compare
Choose a tag to compare
  • Update to latest Ketting
  • Backport of #151: datetime-local fields were not rendered correctly. (@mhum)

v0.19.1

04 Sep 01:35
fb745b3
Compare
Choose a tag to compare

Re-release!

v0.19.0

03 Sep 23:05
4c1d287
Compare
Choose a tag to compare
  • Upgraded from @curveball/core to @curveball/kernel.
  • Updated to the latest Ketting, which fixes a problem with rendering HAL checkboxes. (@syedfkabir).
  • Now integrates with @curveball/validator. If describedby links is specified, and it contains a reference to a JSON schema known by the validator plugin, it will parse the json schema and extract property descriptions.
  • Dropped Node 12 support

v0.17.4

16 Apr 22:16
b50a4cc
Compare
Choose a tag to compare
  • Known IANA link relationships now have a tooltip with a definition. When
    the rels are clicked, you are now taken to a related (IETF or other)
    standard page.
  • Cosmetic improvements in the CSV table output.

Peek 2022-04-16 02-41

v0.17.3

09 Apr 04:48
1e47ef8
Compare
Choose a tag to compare

In this release

This release fixes a noisy console warning.

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.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.