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: ezypeeze/nuxt-neo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.1
Choose a base ref
...
head repository: ezypeeze/nuxt-neo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on Feb 14, 2022

  1. chore(deps): update all non-major dependencies (#63)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    42d6d2e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. chore(deps): update all non-major dependencies (#64)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0af16b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. chore(deps): update all non-major dependencies (#65)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8001048 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. fix!: make params matching use express logic (#70)

    BREAKING CHANGE: Parsing of params in route paths now uses the [path-to-regexp](https://github.com/pillarjs/path-to-regexp)
    library which is what express.js uses also. Before this change there was no validation
    of passed path params while now the API call will fail if the params don't match what
    the route path expects.
    rchl authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    6f520cd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. fix: ensure bundled version of path-to-regexp is used (#74)

    * fix: ensure bundled version of path-to-regexp is used
    
    * fix eslint warnings
    rchl authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2ee628b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. chore(deps): update all non-major dependencies (#68)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    33289a5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/checkout action to v3 (#72)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    1b85f96 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/setup-node action to v3 (#67)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    ec45289 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. chore(master): release 5.0.0 (#73)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    33742b8 View commit details
    Browse the repository at this point in the history
Loading