Update README

This commit is contained in:
paku 2024-02-10 04:35:52 +09:00 committed by GitHub
parent e9c3b03d2b
commit bef49c1ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`)