Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sidebase/nuxt-auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: sidebase/nuxt-auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 14, 2025

  1. fix: restore error bubbling behavior from v1.0.0 (#1048)

    - Replace FetchConfigurationError throwing with Promise-based error bubbling
    - Add cookie handling to .then() chain for successful responses only
    - Preserve v1.0.0 behavior where HTTP errors reach caller unchanged
    - Fix authentication error handling regression from v1.0.1
    
    Allows .catch((error) => error.data) pattern to work correctly again
    for normal HTTP error responses like 401 authentication failures.
    lendenmc authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    5c6c5f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Configuration menu
    Copy the full SHA
    154dbd7 View commit details
    Browse the repository at this point in the history
  2. 1.0.2

    phoenix-ru committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    d8f15f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. feat: enable auto-publishing on NPM after a GitHub release (#1051)

    * feat: enable auto-publishing on NPM after a GitHub release
    
    * chore: address review
    
    * chore: specify PNPM version and bump Node version in CI
    
    * chore: remove redundant version due to a CI error
    
    * chore: simplify publish workflow
    
    * temp: dry-run
    
    * temp: add mock tag for dry-run of NPM publish
    
    * Revert "temp: add mock tag for dry-run of NPM publish"
    
    This reverts commit 8a458fe.
    
    * Revert "temp: dry-run"
    
    This reverts commit 3629dc2.
    phoenix-ru authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    23410a4 View commit details
    Browse the repository at this point in the history
Loading