# Changelog

## 1.0.0

### Added
- `h` and `s` namespaces, containing:
    - Functions to safely create HTML and SVG elements, e.g. `h.button()`, `s.circle()`.
    - Aliases to represent their types, e.g. `h.Button`, `s.Circle`.
