From da1faec3841c80c678ec706994fdcd373ba23462 Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Mon, 9 Sep 2024 03:19:06 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee96c776..75c2b400 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,20 @@ Phlex logo -Phlex lets you compose web views in pure Ruby — kind of like JSX, but not really anything like JSX. It’s super-fast, thread-safe and supports TruffleRuby v23.1+ and CRuby 3.2+. Phlex currently supports [HTML](https://rubydoc.info/gems/phlex/Phlex/HTML) and [SVG](https://rubydoc.info/gems/phlex/Phlex/SVG) views, and we’re exploring JSON and XML. +Phlex lets you compose web views in pure Ruby. -Docs and more at [Phlex.fun](https://www.phlex.fun/) +- [1.0 Stable Docs](https://www.phlex.fun) +- [2.0 Beta Docs](https://beta.phlex.fun) ## Maintenance schedule ### Bug fixes + - Only the latest minor version of each major version will receive bug fixes - We may choose to fix bugs by releasing a new minor version rather than patching the existing minor version - Major versions will stop receiving bug fixes one year after the next major version is released ### Security patches + - When a security issue is brought to our attention, we aim to release patches for any minor version that was released in the last year. - Additionally, the latest minor version of the latest major version will receive security patches, even if that version is over a year old.