Skip to content
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

feat: add releases product to api-js #209

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Dec 12, 2024

Adds the Release product to the JS API. This allows users of the module to:

  1. Fetch all releases for a given SDK
  2. Inspect individual releases, such as checking if a release is EOL or approaching an EOL

Release-As: 0.1.0

@cwaldren-ld cwaldren-ld requested a review from mmrj December 12, 2024 19:15
@cwaldren-ld cwaldren-ld marked this pull request as ready for review December 12, 2024 19:16
@cwaldren-ld cwaldren-ld requested a review from a team as a code owner December 12, 2024 19:16
[key: string]: Release[];
}

export namespace ReleaseHelpers {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might not be the most idiomatic thing (namespace)?

I wanted to not suffix each of these functions with Release or something similar.

@cwaldren-ld cwaldren-ld merged commit 7bfe62d into main Dec 12, 2024
3 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/sdk-1000-releases branch December 12, 2024 19:21
@github-actions github-actions bot mentioned this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants