Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Sep 9, 2024
1 parent cd1234b commit da1faec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<a href="https://www.phlex.fun/"><img alt="Phlex logo" src="https://www.phlex.fun/assets/logo.png" width="180" /></a>

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.

Expand Down

0 comments on commit da1faec

Please sign in to comment.