aigc_prompt_composer
Extensible Dart toolkit for deterministic prompt composition, localization, validation, and structured rendering.
What this package is like to depend on
Last release 4 days ago
19 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Aug 2026 to Aug 2026Releases
latest 5-
0.1.119 Aug 2026Release notes
Open source →- Add
PromptComposer.composeEach()for lazy, ordered batch composition without materializing the complete result set. - Reuse the lazy composition pipeline in
composeAll()while preserving its immutable list contract. - Exercise lazy composition through unit tests and the isolated CLI consumer.
- Add
-
0.1.014 Aug 2026Release notes
Open source →- Promote the tested prerelease API to the first non-prerelease version.
- Refine package metadata and public documentation around the package's core composition, localization, validation, and rendering capabilities.
-
0.1.0-dev.414 Aug 2026 pre-releaseRelease notes
Open source →- Add immutable
PromptComposer.composeAll()results for ordered batch composition with shared schemas and options. - Add
PromptComposer.composeAllOrThrow()andPromptBatchCompositionExceptionfor recoverable strict batch workflows. - Add composable
ComposedPrompt.issuesWhere()andhasIssue()diagnostic queries. - Exercise the batch API through unit tests and the isolated CLI consumer.
- Add immutable
-
0.1.0-dev.311 Aug 2026 pre-releaseRelease notes
Open source →- Add
PromptComposer.composeOrThrow()for strict composition workflows. - Add
PromptCompositionExceptionwith the complete partial result and immutable error diagnostics. - Add immutable
errorIssues,warningIssues, andinfoIssuesviews onComposedPrompt. - Exercise strict composition through the isolated CLI consumer test.
- Add
-
0.1.0-dev.211 Aug 2026 pre-releaseRelease notes
Open source →- Add stable built-in validation issue-code constants.
- Add versioned top-level JSON payloads with legacy-input compatibility.
- Validate and deeply freeze JSON-compatible metadata and variable values.
- Add deterministic permutation, strict decoding, and contract regression tests.
- Add a 90 percent line-coverage gate and isolated CLI consumer smoke test.
- Add a 10,000-fragment composition benchmark.
- Add architecture, localization, serialization, validation, contribution, and security documentation.
- Add minimum-SDK, stable-SDK, and Windows CI coverage.