deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

proposal: stabilize `std/bytes`

Open iuioiua opened this issue 1 year ago • 1 comments
trafficstars

This is the first proposal to stabilize a package within the Standard Library, so let's aim to improve the process. This process depends on first fully transferring the Standard Library to JSR. This issue is meant for tracking and discussing making the package stable.

Requirements:

  • [x] 100% documented, passing deno doc --lint checks and adhering to the documentation guidelines.
  • [x] Maximum possible test coverage
  • [x] No open issues or pull requests that might lead to breaking changes. For example, issues that suggest new non-breaking features are fine to exist at stabilization.
  • [x] Release 1.0.0-rc.1, approved by 2 members of the internal team.
  • [ ] Feedback month (May 7 - June 7)
  • [ ] (Scheduled June 7) Stabilization

Blockers:

  • [x] #3603

iuioiua avatar Apr 23 '24 06:04 iuioiua

the stabilization process follows these steps https://github.com/denoland/deno_std/issues/4661

kt3k avatar May 13 '24 13:05 kt3k