## 0.1.4

### Features
    -  Add `clearSync`, `setSync`, `setInSync`, `mergeSync`, `mergeInSync`, `deleteSync`, `deleteInSync`, synchronous alternatives to normal methods

## 0.1.3
    - Bugfix for not emmited event inside on change callback

## 0.1.2

### Bugfixes
    - Bugfix ommited `function`

## 0.1.1

### Breaking changes
  - addEventListener is depricated in favour of `on`, `off` and `once`

### Features
  - Remove dependancy from 'events'
  - Rewrite in simple es5 syntax

### Bugfixes
  - Deep changes in the structure now fires onChange too
