From 1880f9d25ada0238fd62a4d2afbc5d0d54c124ce Mon Sep 17 00:00:00 2001 From: paku Date: Fri, 9 Feb 2024 23:46:23 +0900 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dffdf92..876a2b8 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,12 @@ This software is still ALPHA quality. The APIs likely change. - Added: - React-like fragment `(<> ...)`. It lets you group elements without a wrapper element. + - Boolean attributes support (e.g. `checked`, `disabled`). For key/value pairs corresponding to boolean attributes, only the key is rendered when the value is `t`, and nothing is rendered when the value is `nil`. - Improved: - Element functions are wrapped in macros for natural indentation. - Fixed several bugs. - Removed: - - CSS style id and class attributes (For example `div#id.class`) + - CSS style id and class attributes (e.g. `div#id.class`) # Getting started