Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Big new release #1343

Merged
merged 203 commits into from
Aug 3, 2024
Merged

Big new release #1343

merged 203 commits into from
Aug 3, 2024

Conversation

npenin
Copy link
Owner

@npenin npenin commented May 23, 2024

No description provided.

npenin added 30 commits April 5, 2024 19:46
BREAKING CHANGE: Event is forbidden in the provided map type parameter
Also builds absolute URLs when a relative one is provided. The absolute URL used works on client only and relies on the base URI declared in document
if akala:* is allowed, then all log levels on akala:* will be allowed
BREAKING CHANGE: remove useless helpers
update after event emitter core upgrade
BREAKING CHANGE: rename $$injector to bootstrapModule
npenin added 24 commits July 31, 2024 07:41
BREAKING CHANGE: Schema configuration uses the standard $defs to define definitions
generated jsonschema, oas20, oas30 and oas31 from schema
fix: formatexpression visitable
fix: parsed length on member expressions
feat: dataContext now returns {context, controller} object

BREAKING CHANGE
each(extension, (value, key) =>
{
if (typeof value !== 'object' || !target[key])
target[key] = value!;

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.
BREAKING CHANGE: CJS is no more supported
BREAKING CHANGE: CJS is no more supported
Copy link

sonarcloud bot commented Aug 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
3.6% Duplication on New Code (required ≤ 3%)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@npenin npenin merged commit 84e8c5a into master Aug 3, 2024
9 of 10 checks passed
@npenin npenin deleted the auth branch August 3, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant