Update README

This commit is contained in:
paku 2024-02-09 23:46:23 +09:00
parent feaf3afae5
commit 1880f9d25a

View file

@ -18,11 +18,12 @@ This software is still ALPHA quality. The APIs likely change.
- Added: - Added:
- React-like fragment `(<> ...)`. It lets you group elements without a wrapper element. - 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: - Improved:
- Element functions are wrapped in macros for natural indentation. - Element functions are wrapped in macros for natural indentation.
- Fixed several bugs. - Fixed several bugs.
- Removed: - 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 # Getting started