File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ Add a new `@trigger.dev/ai` package with:
1818 mathematical space (` \u205F ` ) for both wrapper trimming and internal-whitespace rejection
1919- expanded invisible-separator rejection coverage to include mongolian vowel separator (` \u180E ` )
2020 in both wrapper and internal ` baseURL ` positions
21+ - expanded unicode spacing coverage to include hair space (` \u200A ` ), thin space (` \u2009 ` ),
22+ punctuation space (` \u2008 ` ), six-per-em space (` \u2006 ` ), and em space (` \u2003 ` )
2123- deterministic baseURL validation error ordering for multi-issue inputs (internal whitespace → protocol → query/hash → credentials)
2224- explicit default ` baseURL ` behavior (` https://api.trigger.dev ` ) and case-insensitive ` HTTP(S) ` protocol acceptance
Original file line number Diff line number Diff line change 3434 across internal-whitespace rejection, wrapper trimming acceptance, and empty-after-trim validation.
3535- Expanded invisible-separator coverage to reject ` \u180E ` (mongolian vowel separator) in both
3636 internal and wrapper ` baseURL ` positions.
37+ - Expanded unicode space coverage to include ` \u200A ` (hair space), ` \u2009 ` (thin space),
38+ ` \u2008 ` (punctuation space), ` \u2006 ` (six-per-em space), and ` \u2003 ` (em space)
39+ across wrapper-trimming acceptance and internal-whitespace rejection scenarios.
3740- Documented that ` HTTP:// ` and ` HTTPS:// ` are accepted (case-insensitive protocol matching).
3841- Added deterministic validation ordering for multi-issue baseURL values
3942 (internal whitespace → protocol → query/hash → credentials).
You can’t perform that action at this time.
0 commit comments