-
-
Notifications
You must be signed in to change notification settings - Fork 268
feat(functions): add or function #2798
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
Merged
mnaumanali94
merged 2 commits into
stoplightio:develop
from
frankkilcommins:add-or-function
Mar 24, 2025
Merged
feat(functions): add or function #2798
mnaumanali94
merged 2 commits into
stoplightio:develop
from
frankkilcommins:add-or-function
Mar 24, 2025
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
4 tasks
mnaumanali94
approved these changes
Mar 24, 2025
Contributor
mnaumanali94
left a comment
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.
Looks good! Is there an existing rule that could use or that we could update? 🤔
stoplight-bot
pushed a commit
that referenced
this pull request
Apr 22, 2025
# [6.15.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.14.3...@stoplight/spectral-cli-6.15.0) (2025-04-22) ### Bug Fixes * **deps:** bump elliptic from 6.6.0 to 6.6.1 ([#2782](#2782)) ([5ff9602](5ff9602)) * **repo:** replace discord link with forum link ([#2793](#2793)) ([6229442](6229442)) ### Features * **core:** add documentUrl to JS api and cli formatters ([#2443](#2443)) ([e787728](e787728)) * **functions:** add or function ([#2798](#2798)) ([d9ef27f](d9ef27f))
stoplight-bot
pushed a commit
that referenced
this pull request
Apr 22, 2025
# [1.20.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-core-1.19.5...@stoplight/spectral-core-1.20.0) (2025-04-22) ### Bug Fixes * **deps:** bump elliptic from 6.6.0 to 6.6.1 ([#2782](#2782)) ([5ff9602](5ff9602)) * **deps:** fix yarn lockfile ([e6c3b9d](e6c3b9d)) * **deps:** update spectral-core in cli ([35687cd](35687cd)) * **repo:** replace discord link with forum link ([#2793](#2793)) ([6229442](6229442)) ### Features * **core:** add documentUrl to JS api and cli formatters ([#2443](#2443)) ([e787728](e787728)) * **functions:** add or function ([#2798](#2798)) ([d9ef27f](d9ef27f))
stoplight-bot
pushed a commit
that referenced
this pull request
Apr 22, 2025
# [1.10.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-functions-1.9.4...@stoplight/spectral-functions-1.10.0) (2025-04-22) ### Bug Fixes * **deps:** bump elliptic from 6.6.0 to 6.6.1 ([#2782](#2782)) ([5ff9602](5ff9602)) * **deps:** fix yarn lockfile ([e6c3b9d](e6c3b9d)) * **deps:** update spectral-core in cli ([35687cd](35687cd)) * **repo:** replace discord link with forum link ([#2793](#2793)) ([6229442](6229442)) ### Features * **core:** add documentUrl to JS api and cli formatters ([#2443](#2443)) ([e787728](e787728)) * **functions:** add or function ([#2798](#2798)) ([d9ef27f](d9ef27f))
stoplight-bot
pushed a commit
that referenced
this pull request
Apr 22, 2025
# [1.22.0](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-rulesets-1.21.4...@stoplight/spectral-rulesets-1.22.0) (2025-04-22) ### Bug Fixes * **deps:** bump elliptic from 6.6.0 to 6.6.1 ([#2782](#2782)) ([5ff9602](5ff9602)) * **deps:** fix yarn lockfile ([e6c3b9d](e6c3b9d)) * **deps:** update spectral-core in cli ([35687cd](35687cd)) * **repo:** replace discord link with forum link ([#2793](#2793)) ([6229442](6229442)) ### Features * **core:** add documentUrl to JS api and cli formatters ([#2443](#2443)) ([e787728](e787728)) * **functions:** add or function ([#2798](#2798)) ([d9ef27f](d9ef27f))
Collaborator
|
🎉 This PR is included in version 1.10.0 🎉 The release is available on Your semantic-release bot 📦🚀 |
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.
This PR supersedes #2765 to provide a clean history with only the intended changes from CuttingClyde.
Changes:
Original work credited to @cuttingclyde.
fixes #2396