From f76df2d7bff4c6a064511fa98a4c7b1b38732230 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Thu, 10 Aug 2023 13:51:00 +0200 Subject: [PATCH] Dataverse is now stable --- packages/dataverse/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/dataverse/README.md b/packages/dataverse/README.md index 7a779a9..7e384a1 100644 --- a/packages/dataverse/README.md +++ b/packages/dataverse/README.md @@ -5,12 +5,6 @@ Dataverse is the reactive dataflow library [functional reactive programming](https://en.wikipedia.org/wiki/Functional_reactive_programming) and it is optimised for interactivity and animation. -Dataverse is currently an internal library. It is used within Theatre.js, but -its API is not exposed through Theatre. This is so that we can iterate on the -reactive internals while keeping the public API stable. We plan to eventually -have an LTS release, but for now, expect a high release cadence and API churn in -dataverse while the API in Theatre.js remains stable. - ## Installation ```sh