-
Notifications
You must be signed in to change notification settings - Fork 632
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
docs: cleanup README #5174
docs: cleanup README #5174
Conversation
design, documentation and implementation of the package are good and that | ||
it is unlikely to undergo breaking changes in the future. | ||
1. 100% documented, passing `deno doc --lint` checks and adhering to the | ||
[documentation guidelines](https://github.com/denoland/deno_std/blob/main/.github/CONTRIBUTING.md#documentation). |
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.
I've moved this section to #4600.
### Minimal Exports | ||
|
||
Files are structured to minimize the number of dependencies they incur and the | ||
amount of effort required to manage them, both for the maintainer and the user. |
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.
Moved to ARCHITECTURE.md
.
>=1.0.0 follow [Semantic Versioning](https://semver.org/), and package versions | ||
<1.0.0 follow [this proposal](https://github.com/semver/semver/pull/923). | ||
Package versions >=1.0.0 follow [Semantic Versioning](https://semver.org/), and | ||
package versions <1.0.0 follow |
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.
For the moment, as we cut releases when we see fit.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5174 +/- ##
=======================================
Coverage 93.34% 93.34%
=======================================
Files 470 470
Lines 37939 37939
Branches 5391 5391
=======================================
Hits 35414 35414
Misses 2482 2482
Partials 43 43 ☔ View full report in Codecov by Sentry. |
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.
LGTM
No description provided.