-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: readmeio/swagger-inline
base: 5.0.4
head repository: readmeio/swagger-inline
compare: 5.1.0
- 10 commits
- 15 files changed
- 4 contributors
Commits on Mar 1, 2022
-
chore(deps-dev): bump @readme/eslint-config from 8.2.0 to 8.4.2 (#244)
Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 8.2.0 to 8.4.2. - [Release notes](https://github.com/readmeio/eslint-config/releases) - [Changelog](https://github.com/readmeio/eslint-config/blob/main/CHANGELOG.md) - [Commits](readmeio/standards@8.2.0...8.4.2) --- updated-dependencies: - dependency-name: "@readme/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66786ed - Browse repository at this point
Copy the full SHA 66786edView commit details -
chore(deps-dev): bump jest from 27.4.7 to 27.5.1 (#245)
Bumps [jest](https://github.com/facebook/jest) from 27.4.7 to 27.5.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](jestjs/jest@v27.4.7...v27.5.1) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1e482a8 - Browse repository at this point
Copy the full SHA 1e482a8View commit details -
chore(deps-dev): bump eslint from 8.8.0 to 8.10.0 (#246)
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.8.0...v8.10.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25ce96c - Browse repository at this point
Copy the full SHA 25ce96cView commit details -
chore(deps): bump actions/checkout from 2.4.0 to 3 (#247)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9c89a22 - Browse repository at this point
Copy the full SHA 9c89a22View commit details -
chore(deps): bump actions/setup-node from 2.5.1 to 3 (#248)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.5.1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2729a85 - Browse repository at this point
Copy the full SHA 2729a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for c718583 - Browse repository at this point
Copy the full SHA c718583View commit details
Commits on Mar 2, 2022
-
* feat(extractor): add support for custom comment patterns - added pattern command-line arguement - added pattern attribute to Options object * feat(extractor): add support for custom comment patterns - added pattern command-line arguement with help text - added pattern attribute and get/set methods to Options object - added loadPattern method to Loader to load json file - added section in swaggerInline in Indx to handle adding the loaded pattern file to options - expanded test coverage to cover all changes * Update src/cli.js Co-authored-by: Jon Ursenbach <[email protected]> * Update __tests__/extractor.test.js Co-authored-by: Jon Ursenbach <[email protected]> * Update __tests__/extractor.test.js Co-authored-by: Jon Ursenbach <[email protected]> * Update src/extractor.js Co-authored-by: Jon Ursenbach <[email protected]> * resolve suggested changes * chore: run prettier * Update __tests__/loader.test.js Co-authored-by: Jon Ursenbach <[email protected]> * chore: revert changes to package-lock.json to e0ed30b commit * Update __tests__/loader.test.js Co-authored-by: Jon Ursenbach <[email protected]> * Update __tests__/loader.test.js Co-authored-by: Jon Ursenbach <[email protected]> * Update __tests__/loader.test.js Co-authored-by: Jon Ursenbach <[email protected]> * Update __tests__/loader.test.js Co-authored-by: Jon Ursenbach <[email protected]> * Update src/index.js Co-authored-by: Jon Ursenbach <[email protected]> * Update src/loader.js Co-authored-by: Jon Ursenbach <[email protected]> Co-authored-by: Jon Ursenbach <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2caec29 - Browse repository at this point
Copy the full SHA 2caec29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a08291 - Browse repository at this point
Copy the full SHA 0a08291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425e4b2 - Browse repository at this point
Copy the full SHA 425e4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f456452 - Browse repository at this point
Copy the full SHA f456452View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.0.4...5.1.0