CHANGELOG.md

# Changelog

## 0.3.0

* Handle empty property values and improve property name parsing

## 0.2.0

* Resolve ambiguities when casting date/times
* Proper escaping on parameter and property values ([#6](https://github.com/svycal/calex/pull/6))
* Handle naive datetimes ([#4](https://github.com/svycal/calex/pull/4))
* Truncate `DateTime` to seconds, per RFC5545 ([#3](https://github.com/svycal/calex/pull/3))

## 0.1.0

* Initial release