Conversation
Identity & networking test data — 12 new primitives, no breaking changes. Added - Networking: email, ipv4, ipv6, mac, hex - Strings: semver, otp, slug, base64 - Collections: enumValue, shuffled - Geo: geoPoint (named record) Polish - example/recipes.dart — composer recipes (User, Address, Order, Paginated<T>, ChatHistory) for building structured fixtures on flat primitives - SKILL.md description tightened to Claude Code convention (~140w → ~70w, action-verb lead, "Use when" trigger, "Skip for" negative triggers) - SKILL.md "Common tasks" section — 10 prompt→snippet rows - README "Pitfalls" table consolidating common traps - CHANGELOG migration table normalized to |---|---| Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds networking, emails, weighted samples to the description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
v4.1.0 release. 12 new primitives in the "Identity & networking test data" theme, plus agentic-coding-focused polish across SKILL.md, README, and a new composer recipes example. No breaking changes.
Added
Rand.email,Rand.ipv4,Rand.ipv6,Rand.mac,Rand.hex.Rand.semver,Rand.otp,Rand.slug,Rand.base64.Rand.enumValue<T extends Enum>,Rand.shuffled<T>.Rand.geoPointreturning({double lat, double lng}).LLM-skill polish
example/recipes.dart— composer recipes (User, Address, Order,Paginated<T>, ChatHistory) showing how to assemble structured fixtures from flat primitives.skills/dart-rand/SKILL.md— description tightened to Claude Code convention (action-verb lead, "Use when" trigger, "Skip for" negatives, ~90 tokens) + new "Common tasks" section with 10 prompt→snippet recipes.README.md— consolidated "Pitfalls" table near License.CHANGELOG.md— v3→v4 migration table normalized to|---|---|.Test plan
dart analyze— cleandart test— 74 tests passdart run example/main.dart— every method outputsdart run example/recipes.dart— every recipe outputsdart pub publish --dry-run— package validates (only warning was uncommitted changes, resolved by this PR)Post-merge: tag
v4.1.0,dart pub publishto pub.dev.🤖 Generated with Claude Code