# Change log

## 1.0.x
- `dispatchMouseEvent()` and `dispatchKeyboardEvent()` have been removed in favor of `dispatchClonedEvent()`
- refactor documentation and examples focusing on use case instead of standalone applications

## 0.9.x
- add `dispatchKeyboardEvent()` utility
- add unit test on iphone devices
- upgrade dependencies
- deactivate weather-app due https issues

## 0.8.x
- review dist files
- upgrade dependencies

## 0.7.x
- add listeners on properties
- add weather-app example
- review npm and bower packages content
- clean and upgrade dependencies

## 0.6.x
- improve method builder with the modifier `native()`
- improve helpers with events utilities, `dispatchCustomEvent()`, `dispatchMouseEvent()`, `dispatchHtmlEvent()`
- review web site
- improve the example documentation
- rename github repo
- rename npm package name
- rename bower package name
- refactor project structure

## 0.5.x
- keep concepts breaking API

## 0.3.4
- ceb
 - fix features calling features

## 0.3.3
- ceb
 - downgrade webcomponents.js
 - add multiple target for properties delegation

## 0.3.2
- ceb
 - fix delegate properties registration

## 0.3.1
- CQRS feature
 - fix event listener builder.js

## 0.3.0
- ceb
 - improve coverage
- FRP feature
 - improve coverage
- CQRS feature
 - add feature

## 0.2.4
- ceb
 - fix dist directory is missing
- FRP feature
 - fix none disposable stream

## 0.2.3
- ceb
 - move site to another repository
 - review `builder.js.properties` in order to handle overrides
- Template feature
- FRP feature
 - improve support for external libraries

## 0.2.2
- ceb
- Template feature
- FRP feature
 - add missing dist files for Rx

## 0.2.1
- ceb
 - fix double set when property linked to an attribute is set
 - fix property initialization when linked to a valuated attribute
 - add real use case example with the place-finder element
- Template feature
 - renderTemplate is customizable
- FRP feature
- site
 - add meta tag
 - add sitemap

## 0.2.0
- ceb
 - add valueFactory for properties
 - add documentation related to each released versions
- Template feature
 - add the property contentNode
- FRP feature
 - add observed properties
 - add disposable factory

## 0.1.1
- ceb
 - remove ES6 dependencies
 - switch from document-register-element to webcomponents-lite.js for IE9/IE10 support
 - add more tested browsers
- Template feature
 - fix for IE9/IE10

## 0.1.0
- initial version
