Release v1.5.1
·
64 commits
to 7c319da6e6d09d25f86efeae3d519bf8ceeb66a3
since this release
Summary
A quality-assurance pass of the invoicing showcase sample against the actual language definitions, and of the projection documentation against the parser. The sample no longer teaches redundant or rejected forms, and the auto-map/grammar pages now describe exactly what the parser accepts.
Fixed
- The invoicing sample no longer uses a redundant projection-level
automap— AutoMap is the default - The invoicing sample uses
everyinstead ofallfor per-projection mappings, and showcasesallin a new SystemActivity slice matching its documented system-wide semantics - The invoicing sample no longer points a projection at a named sequence its own events never reach
- The invoicing sample maps arithmetic counters only from events that carry the referenced property, imports every external event it references, and uses the documented
=mapping and plain string literals - The auto-map documentation no longer shows an event-level
no automapthe parser rejects, and its join and children examples use the actualwithandidentified byforms - The projection grammar documents the per-
withAutoMap toggle and thesequencedirective, and its closing example uses the real join syntax
🤖 Generated with Claude Code