Releases: curveball/browser
Releases · curveball/browser
v0.10.4
- Add christmas theme. If not theme is specified, it will automatically enable
the last 2 weeks of the year.
- Cache assets for 1 hour.
v0.10.3
- The browser will now show colored labels for common HTTP methods if they
appear as 'link hints'.
- If no title is given, browser uses the path as the title. The browser no
removes the query parameters, as it gets unwieldy.
- Use
@curveball/static
for serving static assets, which should give better
performance.
- Fixing a few more React key warnings.
v0.10.2
- Now parsing and formatting Siren resources!
- Fixed some layout issues related to forms.
v0.10.0
- The browser plugin will now render Siren and HAL-FORMS forms for you.
This will only work great if you use methods and content-types browsers
natively support, but support for JSON and other methods are planned.
- Fix a React warning.
v0.9.2
- This package is renamed from
hal-browser
to @curveball/browser
.
- Lots of visual design tweaks
- Fixed link header area.
v0.9.1
- New default theme: 'curveball'.
- All HTML rendering is now handled with React server-side rendering.
- Added a favicon.
v0.9.0
- Using Ketting for all format parsing, which means it will be easier in the
future to add support for Siren, Collection+JSON, JSON:API and other formats.
- Switch to ESlint.
v0.8.6
- Allow installation on Curveball 0.10.
v0.8.5
- Fix spelling of
ellipsis
.