docs: add @since tags to exports#1089
Merged
cowboyd merged 1 commit intothefrontside:v4from Feb 18, 2026
Merged
Conversation
commit: |
cowboyd
reviewed
Jan 27, 2026
Member
cowboyd
left a comment
There was a problem hiding this comment.
Here are a couple of tweaks:
- Let's only use the major minor version since those are the only meaningful semver points that can introduce or change an api. I.e. instead of
since @effection-v3.0.1, just@since 3.1 - I've noted it in a couple of places, but it looks as though the version is not correct. In fact, it appears that all of the versions are either 3.0 or 4.0 which means we're losing something somewhere. For example, the
scopedAPI was introduced inv3.2.0 - For interface that have methods like
Scope, we need to include their methods. For exampleScope.run()was introduced in3.0, butScope.spawn()not until3.5
Member
|
@alexvyber you've done all of the heavy lifting here. I don't want to rush you, but I do want to extend an hand in case you need help driving this over the finish line. Please let me know if there is anything I can do to help. |
87a2560 to
4c6ae23
Compare
cowboyd
approved these changes
Feb 18, 2026
4c6ae23 to
bd64c8d
Compare
bd64c8d to
bee31ab
Compare
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
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.
Closes #1039
Adds
@sincetags to exports