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: patrickcate/nuxt-jsonapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: patrickcate/nuxt-jsonapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 11 commits
  • 37 files changed
  • 3 contributors

Commits on Dec 7, 2022

  1. build(deps): bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    95068a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. build(deps): bump qs from 6.5.2 to 6.5.3

    Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.5.2...v6.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c8611e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge pull request #129 from patrickcate/dependabot/npm_and_yarn/qs-6…

    ….5.3
    
    build(deps): bump qs from 6.5.2 to 6.5.3
    patrickcate authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f3c6efd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from patrickcate/dependabot/npm_and_yarn/deco…

    …de-uri-component-0.2.2
    
    build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
    patrickcate authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0b69aa0 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump express from 4.17.1 to 4.18.2

    Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.1...4.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0bc4cbc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #130 from patrickcate/dependabot/npm_and_yarn/expr…

    …ess-4.18.2
    
    build(deps): bump express from 4.17.1 to 4.18.2
    patrickcate authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    fd56fa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. feat: update module to support Nuxt 3.x

    BREAKING CHANGE: The module now requires Nuxt version 3.x
    patrickcate committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    66b07b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df06d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3efd90d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a66083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a317835 View commit details
    Browse the repository at this point in the history
Loading