We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9705b commit d49d076Copy full SHA for d49d076
changelog.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.14.11 (2021-04-28)
5
+--------------------
6
+
7
+* Upgrade to Ketting 7 for parsing hypermedia bodies.
8
+* Support the HTTP `Title` header as a last resort to determine a page title.
9
10
11
0.14.10 (2021-04-05)
12
--------------------
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@curveball/browser",
- "version": "0.14.10",
+ "version": "0.14.11",
"description": "Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.",
"main": "dist/index.js",
"scripts": {
0 commit comments