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: axiomhq/next-axiom
base: v0.10.0
Choose a base ref
...
head repository: axiomhq/next-axiom
compare: v0.11.0
Choose a head ref
  • 15 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 4, 2022

  1. move _middleware.js to <root>/middleware.js in examples

    Vercel has changed the way it handles middleware and now it
    has to be in the root folder:
    https://nextjs.org/docs/messages/nested-middleware
    schehata committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    64ce6e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    6ed3e45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from axiomhq/islam/dx-122-move-_middlewarejs-t…

    …o-rootmiddlewarejs
    
    move _middleware.js to <root>/middleware.js in examples
    bahlo committed Jul 5, 2022
    1 Configuration menu
    Copy the full SHA
    f5be9ad View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Use the stacktrace to determine function origin

    Middleware is called from `worker.js` in Vercel and from
    `evalmachine.<anonymous>` in local development.
    bahlo committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d2a8766 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    5a01e9d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    5075c79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from axiomhq/arne/fix-21

    Support NextConfig with fallback rewrites only
    bahlo committed Jul 18, 2022
    1 Configuration menu
    Copy the full SHA
    2157ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef1130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce33b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b7e246 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Apply suggestions from code review

    Co-authored-by: Arne Bahlo <arne@axiom.co>
    schehata and bahlo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e01c90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4662e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2acf5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from axiomhq/islam/dx-125-fixtest-edge-functio…

    …ns-with-axiom-next
    
    Fix edge function compatibility
    schehata committed Jul 19, 2022
    1 Configuration menu
    Copy the full SHA
    c8acb35 View commit details
    Browse the repository at this point in the history
  5. 0.11.0

    schehata committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b5649eb View commit details
    Browse the repository at this point in the history