# Changelog
## 0.6.2
- remove unused dep: `log`
- update dep `phf` to `0.11`
## 0.6.1
- add function `rgb`
## 0.6.0
- **breaking** formatting on the pretty variant now adds new line on start and end of the generated css style.
## 0.5.1
- add `as_i32` method for value. This is used for some html elements which needs i32 for setting the value such as: `HtmlLiElement`