@@ -65,8 +65,8 @@ This is a port of the programming model, not Cloudflare's edge runtime or
6565platform. Read the conceptual overview at [ solidobjects.dev] ( https://solidobjects.dev/ )
6666and the exact Rails guarantees in [ Correctness and delivery semantics] ( docs/correctness.md ) .
6767
68- Version 0.2 is an early release. Its correctness core is implemented and tested,
69- but the project does not yet claim production readiness. See
68+ Solid Objects is an early release. Its correctness core is implemented and
69+ tested, but the project does not yet claim production readiness. See
7070[ Status] ( #status ) and the [ roadmap] ( docs/roadmap.md ) .
7171
7272## Table of contents
@@ -204,7 +204,7 @@ refresh from current actor state.
204204` cart.component(:summary) ` supports initial rendering of
205205` actors/shopping_cart/_summary ` . Durable live component replacement and
206206Turbo append actions are roadmap work; observable replacement is the live path
207- implemented in 0.2 .
207+ implemented today .
208208
209209Reactive views require ` turbo-rails ` and a working Action Cable adapter in the
210210host application. They are optional; the actor runtime itself does not depend
@@ -929,7 +929,7 @@ See the [development guide](docs/development.md) and
929929
930930## Status
931931
932- Implemented and tested in 0.2 :
932+ Implemented and tested in 0.3 :
933933
934934- Rails engine, install generator, migrations, and ` solid_objects ` executable;
935935- actor registry, references, JSON state, and state migrations;
0 commit comments