### v1.2.1

- [`3d5dad3`](https://github.com/git://github.com/turacojs/render.git/commit/3d5dad31260f4aba7b03d566e92563c87f8f9f69) add options passed to factory (Christophe Hurpeau)

### v1.1.3

- [`adc46fd`](https://github.com/git://github.com/turacojs/render.git/commit/adc46fdee38f0eee2bdc97d413003eca1a8e5503) component: also load components (Christophe Hurpeau)

### v1.1.1

- [`1beefc5`](https://github.com/git://github.com/turacojs/render.git/commit/1beefc52aa52329f2a047bbd804dfb27e77d026e) fix browser index (Christophe Hurpeau)

### v1.1.0

- [`9a974cd`](https://github.com/git://github.com/turacojs/render.git/commit/9a974cd3492fede216153547ad338b0f6fea2686) set renderer in view/component and component method in prototype of View/Component (Christophe Hurpeau)
- [`b170c71`](https://github.com/git://github.com/turacojs/render.git/commit/b170c71d2c71ab9c1cc57d5bc6384164643d0ff0) ViewRenderer: _internalRender (Christophe Hurpeau)

### v1.0.0

BREAKING CHANGE

removed create()

Move your code from create to render.

- [`7b94018`](https://github.com/git://github.com/turacojs/render.git/commit/7b94018bc0431100811a6ea5f7e9da6b88facc26) Update Index.jsx (Christophe Hurpeau)
- [`3e00ed6`](https://github.com/git://github.com/turacojs/render.git/commit/3e00ed68235297c19b27ca2b02da20995162d0c1) breaking change : removed create() (Christophe Hurpeau)


### v0.1.16

- [`f8223b5`](https://github.com/git://github.com/turacojs/render.git/commit/f8223b52f5e0526097f3429a36a7dae2655bb70c) fix in BrowserComponentRenderer on load (Christophe Hurpeau)


### v0.1.15

- [`db79340`](https://github.com/git://github.com/turacojs/render.git/commit/db793408fd2ba90db6c2c29fcd1ba376f5bd694d) update springbokjs-dom (Christophe Hurpeau)


### v0.1.14

- [`f5e5ab4`](https://github.com/git://github.com/turacojs/render.git/commit/f5e5ab423a86a90457afd4c3e616c5cb447ff1a1) fix last release (Christophe Hurpeau)

### v0.1.13

- [`6c649fb`](https://github.com/git://github.com/turacojs/render.git/commit/6c649fbc83d0c206f9e221c9cedfef2ff3b48bc2) in views set components not elements (Christophe Hurpeau)

### v0.1.12

- [`59a8664`](https://github.com/git://github.com/turacojs/render.git/commit/59a8664231707c9f4e762a3ec3a9c7276cae8371) _initComponents (Christophe Hurpeau)

### v0.1.11

- [`969d58b`](https://github.com/git://github.com/turacojs/render.git/commit/969d58b659a1cc2a442fbb875deb97517ce3172c) view.component supports (properties, data) (Christophe Hurpeau)
- [`6374f00`](https://github.com/git://github.com/turacojs/render.git/commit/6374f005d6762841f94a2558394124b4a4ba1cdf) Components extends EventEmitter (Christophe Hurpeau)

### v0.1.10

- [`215f735`](https://github.com/git://github.com/turacojs/render.git/commit/215f735d1c1a8ea811ddfb5d116ef27a7b47e0ff) fix Promise when loading (Christophe Hurpeau)

### v0.1.9

- [`ee17c8c`](https://github.com/git://github.com/turacojs/render.git/commit/ee17c8cff70bce63e5701191465cfd987bc0b704) views and components render (Christophe Hurpeau)

### v0.1.8

- [`a8cfce4`](https://github.com/git://github.com/turacojs/render.git/commit/a8cfce487cdcc2d455abd63cb80724e167caa2bc) init elements from components and fix load view in browser (Christophe Hurpeau)

### v0.1.7

- [`e65866a`](https://github.com/git://github.com/turacojs/render.git/commit/e65866a9dafe1b0b7e6f64ccd9e0c4ff10ff766b) renderers and loaders (Christophe Hurpeau)

### v0.1.6

- [`662120b`](https://github.com/git://github.com/turacojs/render.git/commit/662120b5629c7e72df62cfa43e4d6150f87e7cfc) browser loader views = new WeakMap (Christophe Hurpeau)

### v0.1.5

- [`93db8e7`](https://github.com/git://github.com/turacojs/render.git/commit/93db8e745099cfa9c0df87b09690676cfb3c9f9b) load browser views: Promise (Christophe Hurpeau)

### v0.1.4

- [`89038fd`](https://github.com/git://github.com/turacojs/render.git/commit/89038fd0c1085248263abc45b9a2daa101e7d06b) browser/basicInstanceFactory (Christophe Hurpeau)

### v0.1.3

- [`b0fed52`](https://github.com/git://github.com/turacojs/render.git/commit/b0fed5219be34eacb93941b31431bc8db79df03a) load browser components: Promise (Christophe Hurpeau)

### v0.1.2

- [`ab89d4f`](https://github.com/git://github.com/turacojs/render.git/commit/ab89d4f8eb5731385f73d80cc8aa86dde82da527) install scripts (Christophe Hurpeau)
- [`dbc658a`](https://github.com/git://github.com/turacojs/render.git/commit/dbc658ae455ea2d1f708fef0f89dd6b5931d1ac4) render class instead of string keys (Christophe Hurpeau)
- [`6be987c`](https://github.com/git://github.com/turacojs/render.git/commit/6be987c13204e308561fa162b22503d4bfc56d83) linters (Christophe Hurpeau)

