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: feathersjs-ecosystem/feathers-swagger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: next
Choose a base ref
...
head repository: feathersjs-ecosystem/feathers-swagger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 18, 2023

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

Commits on Mar 21, 2023

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

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    589ba49 View commit details
    Browse the repository at this point in the history
  2. fix(tests): fix tests after merge of #254

    - chore: update dependencies and adjust tests
    - fix: fix path of local js files for documentation
    - ci: add node 20
    Mairu committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0aa8a94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d35a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1211cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix(deps): add missing optional peer dependencies (#259)

    A couple of optional peer dependencies were not declared in the
    package.json. This prevents compatibility with modern versions of yarn,
    since yarn will block access to undecalred dependencies.
    
    This adds the missing peer dependencies and marks them as optional so
    they only need to be installed when actually required
    thiemok authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    657ab29 View commit details
    Browse the repository at this point in the history
Loading