From bef49c1ab3d41027171e0df4cd500d9699a754ad Mon Sep 17 00:00:00 2001 From: paku Date: Sat, 10 Feb 2024 04:35:52 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 876a2b8..dfea419 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ 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`. + - 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`. https://github.com/ailisp/flute/issues/11 - Improved: - Element functions are wrapped in macros for natural indentation. - - Fixed several bugs. + - Bugfix. https://github.com/ailisp/flute/issues/5, https://github.com/ailisp/flute/issues/7 - Removed: - CSS style id and class attributes (e.g. `div#id.class`)