# Changelog

## 0.5.1 (2015-09-24)
- Implement [UMD](https://github.com/umdjs/umd) (Universal Module Definition) correctly.

## 0.5.0 (2015-04-24)
- Add `interval` option to prevent frequent re-rendering.

## 0.4.0 (2015-04-23)
- Add `.destroy()` method to clean up.
- Support `initial-scale` value of `<meta name="viewport">`.
- Improve tests using [Sauce Labs](https://saucelabs.com/u/dyframe) and [Coveralls](https://coveralls.io/r/htanjo/dyframe).

## 0.3.0 (2015-04-20)
- Add `deviceWidth` option.
- Support custom profile.
- Add class name to element for styling with css easily.
- Change default `profile` value to `null`.

## 0.2.0 (2015-04-16)
- Support AMD.
- Minor bug fix.

## 0.1.0 (2015-04-15)
- Initial release.
