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

v3.1.1 #93

Merged
merged 5 commits into from
Dec 31, 2023
Merged

v3.1.1 #93

merged 5 commits into from
Dec 31, 2023

Conversation

Denoder
Copy link
Member

@Denoder Denoder commented Dec 30, 2023

Changes & Additions

Auth Core

  • Simplify auth request method
  • Fix: edge case function use serialization.

Request Handler

nuxt-alt/http

  • changed underlying @refactorjs/ofetch package to return number when using onX methods.

@Denoder Denoder self-assigned this Dec 30, 2023

if (val.includes(key) && !val.includes('function')) {
val = val.replace(key, '');
val = val.replace('{', '=> {');

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of '{{'.
@Denoder Denoder merged commit 98109be into main Dec 31, 2023
@Denoder Denoder deleted the v3.1.1 branch December 31, 2023 13:17
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