edge-functions 2.9.0-stage.2 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## [2.9.0](https://github.com/aziontech/vulcan/compare/v2.8.1...v2.9.0) (2024-06-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * add capture_match_groups rule ([e5a9238](https://github.com/aziontech/vulcan/commit/e5a9238215759c536a43da519542f9bf5184694c))
7
+ * add optional 'variable' field (azion.config) ([71e7184](https://github.com/aziontech/vulcan/commit/71e7184e052c239cb3d6116dc76216d56a3d64d2))
8
+ * behavior order, description prop and active prop (azion.config.js) ([#341](https://github.com/aziontech/vulcan/issues/341)) ([9ace596](https://github.com/aziontech/vulcan/commit/9ace5961f7bbfe66419ab0754c5975aaf63ace76))
9
+ * expand azion.config.js field support ([#340](https://github.com/aziontech/vulcan/issues/340)) ([266f257](https://github.com/aziontech/vulcan/commit/266f25743417ca57fdfbfd1667cceb0906d1cb95))
10
+ * flag to build manifest only and skip other steps ([08201ce](https://github.com/aziontech/vulcan/commit/08201ceb81420a75f4d26f57b5d0555f886bc963))
11
+ * request phase gzip field ([ac84e82](https://github.com/aziontech/vulcan/commit/ac84e82e93b33963c17d7f64e75ed49eed285eb2))
12
+ * request phase redirects + bypass cache ([f49d8f5](https://github.com/aziontech/vulcan/commit/f49d8f59168c829990de4f08573bd154ecde2079))
13
+ * support response phase in manifest ([5ee8717](https://github.com/aziontech/vulcan/commit/5ee8717804ac0004ea3c87c324956e589d5bbc92))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * request or response are required ([8c8ca7e](https://github.com/aziontech/vulcan/commit/8c8ca7e06ef391a2cfee2998ce54a38ea245d906))
19
+ * response phase criteria ([c85ef9f](https://github.com/aziontech/vulcan/commit/c85ef9f4ed9968e03a8668dcb11af2b34578b805))
20
+
1
21
  ## [2.9.0-stage.2](https://github.com/aziontech/vulcan/compare/v2.9.0-stage.1...v2.9.0-stage.2) (2024-06-19)
2
22
 
3
23
 
package/README.md CHANGED
@@ -19,10 +19,10 @@ Table:
19
19
  | Next 13 5 6 Middleware | ✅ |
20
20
  | Next 12 3 4 Middleware | ✅ |
21
21
  | Next Node Pages 12 3 1 | ✅ |
22
- | Next 13 5 6 Config | |
22
+ | Next 13 5 6 Config | ⚠️ |
23
23
  | Next 12 3 4 Config | ✅ |
24
24
  | Next Static | ✅ |
25
- | Gatsby Static | |
25
+ | Gatsby Static | ⚠️ |
26
26
  | Next Node Pages 12 3 1 Fs | ✅ |
27
27
  | Vue Vite Static | ✅ |
28
28
  | Next 12 Static | ✅ |
@@ -41,7 +41,7 @@ Table:
41
41
  | Simple Js Esm | ✅ |
42
42
  | Simple Ts Esm | ✅ |
43
43
 
44
- Last test run date: 06/07/24 02:58:51 AM
44
+ Last test run date: 06/20/24 03:22:41 AM
45
45
  ## Quick Installation
46
46
 
47
47
  For those who just want to use Vulcan in their project without contributing to the development, you can install it directly from npm.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edge-functions",
3
3
  "type": "module",
4
- "version": "2.9.0-stage.2",
4
+ "version": "2.9.0",
5
5
  "description": "Tool to launch and build JavaScript/Frameworks. This tool automates polyfills for Edge Computing and assists in creating Workers, notably for the Azion platform.",
6
6
  "main": "lib/main.js",
7
7
  "bin": {