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 5294e96 commit d12c0a4Copy full SHA for d12c0a4
pkgs/http/CHANGELOG.md
@@ -1,14 +1,12 @@
1
-## 1.5.0
2
-
3
-* Added caching options for `BrowserClient` with fixing tests.
4
5
## 1.4.0-wip
6
7
* Fixed default encoding for application/json without a charset
8
to use utf8 instead of latin1, ensuring proper JSON decoding.
9
* Avoid references to `window` in `BrowserClient`, restoring support for web
10
workers and NodeJS.
11
+
+* Added caching options for `BrowserClient` with fixing tests.
12
## 1.3.0
13
14
* Fixed unintended HTML tags in doc comments.
0 commit comments