We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c34366 commit a308429Copy full SHA for a308429
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [1.10.0](https://github.com/fastly/js-compute-runtime/compare/v1.9.0...v1.10.0) (2023-04-21)
4
+
5
6
+### Features
7
8
+* Add MD5 support into crypto.subtle.digest ([9c8efab](https://github.com/fastly/js-compute-runtime/commit/9c8efabc89c20e5e20f8ef429b555c1d85fe0db1))
9
+* implement Response.redirect static method and Response.prototype.redirected getter ([1623d74](https://github.com/fastly/js-compute-runtime/commit/1623d740405dcaaa5a8c946981c6840ab611c36a))
10
11
## 1.9.0 (2023-04-15)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
- "version": "1.9.0",
+ "version": "1.10.0",
"engines": {
"node": "16 - 20",
"npm": "^8 || ^9"
0 commit comments