Release 3.6.1: document the 3.6.0 API in README + coverage/dartdoc/README house rules#21
Merged
Merged
Conversation
The README predated the 3.6.0 API. Add a "Bytes, non-throwing decode, and constant-time compare" section covering the `to<Name>Bytes` byte encoders, the non-throwing `tryFrom<Name>` decoders, `constantTimeEquals`, and the exported converter base classes; note the case-insensitive Crockford decoding; refresh the install snippet; and bump `pubspec.yaml` + CHANGELOG to 3.6.1 (docs-only, no library change). Also add two AGENTS.md conventions: always update `README.md` in the same commit as a public-API change, and treat 100% line coverage and 100% dartdoc as hard gates on every commit.
dipu-bd
force-pushed
the
claude/release-3.6.1
branch
from
July 22, 2026 18:10
e8de492 to
d29222b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. |
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.
A docs-only 3.6.1 patch: the README predated the 3.6.0 API. No library code changes.
README (3.6.1)
to<Name>Bytesbyte encoders, the non-throwingtryFrom<Name>decoders,constantTimeEquals, and the exported converter base classes (BitEncoder/ByteEncoder/AlphabetEncoder+ decoders).I/i/L/l→1,O/o→0.^3.6.1.pubspec.yamlbumped to3.6.1; CHANGELOG entry added (pubspec == changelog heading).New AGENTS.md house rules
README.mdin the same commit as any public-API change (newto/from/tryfunction, codec, alphabet, or exported class) — a stale README is a release defect.scripts/coverage.shbefore committing (CI has no coverage gate).Verified: version == changelog heading,
dart formatclean,dart analyze --fatal-infosclean,dart testgreen on vm and node (663 / 658), integration smoke test OK.Not done here (your call): tagging
v3.6.1and publishing. Merge this, then tag master — pubspec already reads3.6.1.Generated by Claude Code