forked from syroegkin/swagger-markdown
-
Notifications
You must be signed in to change notification settings - Fork 7
Master #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
theBenForce
wants to merge
303
commits into
theBenForce:master
Choose a base branch
from
syroegkin:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sonar issues
Deps update
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
…etch-2.6.1 chore(deps): bump node-fetch from 2.6.0 to 2.6.1
fix: fix dot issue with anchor
## [1.4.3](v1.4.2...v1.4.3) (2020-10-04) ### Bug Fixes * fix dot issue with anchor ([77f11f5](77f11f5)), closes [#152](#152)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.1.1 to 17.2.3. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v17.1.1...v17.2.3) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <support@github.com>
…ic-release-17.2.3 chore(deps-dev): bump semantic-release from 17.1.1 to 17.2.3
chore(deps): bump ini from 1.3.5 to 1.3.7
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <support@github.com>
….0.1 chore(deps): bump y18n from 4.0.0 to 4.0.1
…bars-4.7.7 chore(deps): bump handlebars from 4.7.6 to 4.7.7
…-4.17.21 chore(deps): bump lodash from 4.17.19 to 4.17.21
…-git-info-2.8.9 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
chore: bump deps
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…alues Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…openapi parser upgrade minimal node version to 20, upgrade openapi parser, upgrade types and make some shortcuts with typings BREAKING CHANGE: the minimal node version is 20
# [3.0.0-beta.1](v2.3.2...v3.0.0-beta.1) (2025-08-07) ### Bug Fixes * tune md test to respect all versions ([11d9e39](11d9e39)) * unify headers ([cb19331](cb19331)) * update examples ([1e7f973](1e7f973)) ### Features * add fenced code block for md string class ([04ec0d0](04ec0d0)) * add requiest body ([dd19353](dd19353)) * add security definitions trransformers ([5589660](5589660)) * **linkobject:** add process link function to process link objects ([c1d89af](c1d89af)) * process schemas ([0c2707e](0c2707e)) * show parameters ([e3cc8d0](e3cc8d0)) * split more v3 and v2, add responses and models to v3 ([da18994](da18994)) * **update dependecny:** upgrade minimal node version to 20, upgrade openapi parser ([37650d0](37650d0)) * **v3:** extract common functions for v2 and 3 ([9753b15](9753b15)) ### BREAKING CHANGES * **update dependecny:** the minimal node version is 20
Support of openapi v3.0.* has been added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
# [3.0.0](v2.3.2...v3.0.0) (2025-08-09) ### Bug Fixes * remove markdownlint dependency ([cb6e5a3](cb6e5a3)) * tune md test to respect all versions ([11d9e39](11d9e39)) * unify headers ([cb19331](cb19331)) * update examples ([1e7f973](1e7f973)) ### Features * add fenced code block for md string class ([04ec0d0](04ec0d0)) * add requiest body ([dd19353](dd19353)) * add security definitions trransformers ([5589660](5589660)) * **linkobject:** add process link function to process link objects ([c1d89af](c1d89af)) * process schemas ([0c2707e](0c2707e)) * show parameters ([e3cc8d0](e3cc8d0)) * split more v3 and v2, add responses and models to v3 ([da18994](da18994)) * **update dependecny:** upgrade minimal node version to 20, upgrade openapi parser ([37650d0](37650d0)) * **v3:** extract common functions for v2 and 3 ([9753b15](9753b15)) ### BREAKING CHANGES * **update dependecny:** the minimal node version is 20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.