-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging 4626813 into trunk-temp/pr-2498/32fd4eea-49a5-423c-b9db-7c6cf…
…1bd1251
- Loading branch information
Showing
62 changed files
with
1,013 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
".": "1.0.0-alpha.34", | ||
"analyze": "1.0.0-alpha.34", | ||
"analyze-wasm": "1.0.0-alpha.34", | ||
"arcjet": "1.0.0-alpha.34", | ||
"arcjet-bun": "1.0.0-alpha.34", | ||
"arcjet-deno": "1.0.0-alpha.34", | ||
"arcjet-nest": "1.0.0-alpha.34", | ||
"arcjet-next": "1.0.0-alpha.34", | ||
"arcjet-node": "1.0.0-alpha.34", | ||
"arcjet-remix": "1.0.0-alpha.34", | ||
"arcjet-sveltekit": "1.0.0-alpha.34", | ||
"body": "1.0.0-alpha.34", | ||
"decorate": "1.0.0-alpha.34", | ||
"duration": "1.0.0-alpha.34", | ||
"env": "1.0.0-alpha.34", | ||
"eslint-config": "1.0.0-alpha.34", | ||
"headers": "1.0.0-alpha.34", | ||
"ip": "1.0.0-alpha.34", | ||
"logger": "1.0.0-alpha.34", | ||
"nosecone": "1.0.0-alpha.34", | ||
"nosecone-next": "1.0.0-alpha.34", | ||
"nosecone-sveltekit": "1.0.0-alpha.34", | ||
"protocol": "1.0.0-alpha.34", | ||
"redact": "1.0.0-alpha.34", | ||
"redact-wasm": "1.0.0-alpha.34", | ||
"rollup-config": "1.0.0-alpha.34", | ||
"runtime": "1.0.0-alpha.34", | ||
"sprintf": "1.0.0-alpha.34", | ||
"transport": "1.0.0-alpha.34", | ||
"tsconfig": "1.0.0-alpha.34" | ||
".": "1.0.0-beta.1", | ||
"analyze": "1.0.0-beta.1", | ||
"analyze-wasm": "1.0.0-beta.1", | ||
"arcjet": "1.0.0-beta.1", | ||
"arcjet-bun": "1.0.0-beta.1", | ||
"arcjet-deno": "1.0.0-beta.1", | ||
"arcjet-nest": "1.0.0-beta.1", | ||
"arcjet-next": "1.0.0-beta.1", | ||
"arcjet-node": "1.0.0-beta.1", | ||
"arcjet-remix": "1.0.0-beta.1", | ||
"arcjet-sveltekit": "1.0.0-beta.1", | ||
"body": "1.0.0-beta.1", | ||
"decorate": "1.0.0-beta.1", | ||
"duration": "1.0.0-beta.1", | ||
"env": "1.0.0-beta.1", | ||
"eslint-config": "1.0.0-beta.1", | ||
"headers": "1.0.0-beta.1", | ||
"ip": "1.0.0-beta.1", | ||
"logger": "1.0.0-beta.1", | ||
"nosecone": "1.0.0-beta.1", | ||
"nosecone-next": "1.0.0-beta.1", | ||
"nosecone-sveltekit": "1.0.0-beta.1", | ||
"protocol": "1.0.0-beta.1", | ||
"redact": "1.0.0-beta.1", | ||
"redact-wasm": "1.0.0-beta.1", | ||
"rollup-config": "1.0.0-beta.1", | ||
"runtime": "1.0.0-beta.1", | ||
"sprintf": "1.0.0-beta.1", | ||
"transport": "1.0.0-beta.1", | ||
"tsconfig": "1.0.0-beta.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
## [1.0.0-beta.1](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.34...@arcjet/analyze-wasm-v1.0.0-beta.1) (2025-01-15) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Correctly handle urlencoded data when tokenizing characters ([#2863](https://github.com/arcjet/arcjet-js/issues/2863)) | ||
* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832)) | ||
|
||
### 🚀 New Features | ||
|
||
* support `allow` or `deny` config in validateEmail & deprecate `block` config ([#2661](https://github.com/arcjet/arcjet-js/issues/2661)) ([890afcd](https://github.com/arcjet/arcjet-js/commit/890afcd2d1afef262b741a74521b82cb85711860)), closes [#1834](https://github.com/arcjet/arcjet-js/issues/1834) | ||
|
||
|
||
### 🪲 Bug Fixes | ||
|
||
* Correctly handle urlencoded data when tokenizing characters ([#2863](https://github.com/arcjet/arcjet-js/issues/2863)) ([fa93290](https://github.com/arcjet/arcjet-js/commit/fa93290b91ac1edc3acf44cd4f2a9ff324da3fbd)) | ||
|
||
|
||
### 🏎️ Performance Improvements | ||
|
||
* **analyze:** Compile WebAssembly upon module load ([#2727](https://github.com/arcjet/arcjet-js/issues/2727)) ([489f1c6](https://github.com/arcjet/arcjet-js/commit/489f1c6b5248197ef170676992a9089a9bc46c6b)) | ||
|
||
|
||
### 🧹 Miscellaneous Chores | ||
|
||
* refactor wasm loading for analyze ([#1832](https://github.com/arcjet/arcjet-js/issues/1832)) ([02e4435](https://github.com/arcjet/arcjet-js/commit/02e4435a86b6b40b97feb369f0402b2199a4bc12)), closes [#1448](https://github.com/arcjet/arcjet-js/issues/1448) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @arcjet/eslint-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1 | ||
* @arcjet/rollup-config bumped from 1.0.0-alpha.34 to 1.0.0-beta.1 | ||
* @arcjet/tsconfig bumped from 1.0.0-alpha.34 to 1.0.0-beta.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.