# Changelog

## v1.1.0

Big thanks to [@tristaaan](https://github.com/tristaaan) for this release!

* Support parsing shortform hex colors e.g. `#fff`
* Support parsing rgb colors with percentage values e.g. `rgb(50%, 50%, 50%)`
* Better test coverage

## v1.0.0

* Fork @harthur's [color-convert](https://github.com/harthur/color-convert)
* Simplify API
* Drop unecessary functions
* Add parsing functions
* Add basic data-driven test-suite