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: readmeio/swagger-inline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.0
Choose a base ref
...
head repository: readmeio/swagger-inline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3.0
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Apr 1, 2022

  1. chore(deps-dev): bump prettier from 2.5.1 to 2.6.1 (#253)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.5.1...2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    964cd17 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @readme/eslint-config from 8.4.4 to 8.5.1 (#256)

    Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 8.4.4 to 8.5.1.
    - [Release notes](https://github.com/readmeio/eslint-config/releases)
    - [Changelog](https://github.com/readmeio/standards/blob/main/CHANGELOG.md)
    - [Commits](readmeio/standards@8.4.4...8.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@readme/eslint-config"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    fe899a4 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 8.10.0 to 8.12.0 (#254)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.12.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.10.0...v8.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7517b50 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#257)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    f49a86f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. feat(index): add ability to specify title and version from CLI. (#…

    …258)
    
    * feat(index): add ability to specify `title` and `version` from CLI.
    
    * Update __tests__/cli.test.js
    
    Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com>
    
    * Update src/cli.js
    
    Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com>
    
    * Update src/cli.js
    
    Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com>
    
    * Update src/index.js
    
    Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com>
    
    * Update src/index.js
    
    Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com>
    
    * updates for prettier and lint
    
    * ignore lint rules for one line
    
    Co-authored-by: Jon Ursenbach <erunion@users.noreply.github.com>
    garrett-wade and erunion authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b767dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318d794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    749259a View commit details
    Browse the repository at this point in the history
  4. build: 5.3.0 release

    erunion committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5333ca6 View commit details
    Browse the repository at this point in the history
Loading