@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
165 lines (73 loc) • 5.1 kB
Markdown
<a name="1.0.0"></a>
# [1.0.0](https://github.com/aurelia/pal/compare/1.0.0-rc.1.0.0...v1.0.0) (2016-07-27)
<a name="1.0.0-rc.1.0.0"></a>
# [1.0.0-rc.1.0.0](https://github.com/aurelia/pal/compare/1.0.0-beta.2.0.0...v1.0.0-rc.1.0.0) (2016-06-22)
### 1.0.0-beta.1.2.2 (2016-05-10)
### 1.0.0-beta.1.2.1 (2016-05-03)
#### Bug Fixes
* **AggregateError:** better surface inner error information ([d2e0ee70](http://github.com/aurelia/pal/commit/d2e0ee70ad790999e61f4d4e31341062146cbcbf))
### 1.0.0-beta.1.2.0 (2016-03-22)
#### Bug Fixes
* **dom:** mark optional parameters ([3485be0f](http://github.com/aurelia/pal/commit/3485be0f7c31451f1126828e2320c14272ef5ea1))
* **platform:** fix type of global ([6eb6937c](http://github.com/aurelia/pal/commit/6eb6937c594dfcb150e20f82c2536e0c3d0b15d6))
## 1.0.0-beta.1.1.1 (2016-01-28)
* fix package metadata
## 1.0.0-beta.1.1.0 (2016-01-28)
#### Features
* **all:** update for jspm and update core-js ([1b636c3b](http://github.com/aurelia/pal/commit/1b636c3ba07470c34008474c6a286c5f21a75d7c))
* **index:** add mutationObserver feature detection ([c61582f5](http://github.com/aurelia/pal/commit/c61582f5b1e37a3013c9718016042f5c23a073e3))
### 1.0.0-beta.1.0.2 (2016-01-08)
#### Bug Fixes
* **index:** remove interface methods for Object/Array observe ([d9099c9b](http://github.com/aurelia/pal/commit/d9099c9bfd1e37032e17d7ad7ed60e3fcad4aedd))
### 1.0.0-beta.1.0.1 (2015-12-16)
#### Features
* **PAL:** requestAnimationFrame and performance APIs ([09177bff](http://github.com/aurelia/pal/commit/09177bffc52f02f9138972c44f4c0082adcad1e9))
### 1.0.0-beta.1 (2015-11-15)
## 0.3.0 (2015-11-09)
## 0.2.0 (2015-10-13)
#### Bug Fixes
* **package:** correct main ([bb65d20e](http://github.com/aurelia/pal/commit/bb65d20ee1432eb43fe7a1b07b47229cbee3a903))
* **platform:** correct eachModule signature ([ccc1c5e4](http://github.com/aurelia/pal/commit/ccc1c5e43b786acce56371a434f945659e5a36fe))
#### Features
* **DOM:**
* add dispatchEvent ([55c07b55](http://github.com/aurelia/pal/commit/55c07b55e794904cdaae1b1fc86cfe4b377c7192))
* add getTitle and setTitle methods ([ae630995](http://github.com/aurelia/pal/commit/ae630995f993c6b43718438d9f53578ee11c968c))
* **all:**
* add scopedCSS and activeElement ([66d4fbbe](http://github.com/aurelia/pal/commit/66d4fbbed5b0f30b0ef582106f170a030bf2fcf1))
* new initialization mechanism; make DOM.title a property ([8d11bd1e](http://github.com/aurelia/pal/commit/8d11bd1e46e45df89832e4d22baef0f3458593b2))
* add event listener apis to dom and platform ([b23c1f1c](http://github.com/aurelia/pal/commit/b23c1f1c3712300c7b6975c87919988bd8a2abe5))
* add interface definitions ([f3c9c995](http://github.com/aurelia/pal/commit/f3c9c995003eff0eafd0d3885426d620b77d0086))
* initial implementation ([435fc905](http://github.com/aurelia/pal/commit/435fc905198de3ad1b2fd87b59751c7ecd8abae9))
* **dom:**
* add SVGElement ([b848bb9b](http://github.com/aurelia/pal/commit/b848bb9b7fb1064f4c8c7e153d42118ddffe67cf))
* add appendNode ([9b0ebabe](http://github.com/aurelia/pal/commit/9b0ebabe3cbfdc1b19dfb307eae763d0f0df83ab))
* **index:** add getPropertyDescriptor polyfill ([cc2297ad](http://github.com/aurelia/pal/commit/cc2297ad4e761c8eef9061144362725d87d415b4))
* **platform:** add noop ([3193afb5](http://github.com/aurelia/pal/commit/3193afb555241add6d57e2943d527f414fdc4546))
### 0.1.10 (2015-10-09)
#### Features
* **all:** add scopedCSS and activeElement ([66d4fbbe](http://github.com/aurelia/pal/commit/66d4fbbed5b0f30b0ef582106f170a030bf2fcf1))
### 0.1.9 (2015-10-04)
#### Features
* **dom:** add SVGElement ([b848bb9b](http://github.com/aurelia/pal/commit/b848bb9b7fb1064f4c8c7e153d42118ddffe67cf))
### 0.1.8 (2015-10-04)
#### Features
* **index:** add getPropertyDescriptor polyfill ([cc2297ad](http://github.com/aurelia/pal/commit/cc2297ad4e761c8eef9061144362725d87d415b4))
### 0.1.7 (2015-10-02)
#### Features
* **dom:** add appendNode ([9b0ebabe](http://github.com/aurelia/pal/commit/9b0ebabe3cbfdc1b19dfb307eae763d0f0df83ab))
### 0.1.6 (2015-10-02)
#### Features
* **DOM:** add dispatchEvent ([55c07b55](http://github.com/aurelia/pal/commit/55c07b55e794904cdaae1b1fc86cfe4b377c7192))
### 0.1.5 (2015-10-02)
#### Features
* **DOM:** add getTitle and setTitle methods ([ae630995](http://github.com/aurelia/pal/commit/ae630995f993c6b43718438d9f53578ee11c968c))
* **all:** new initialization mechanism; make DOM.title a property ([8d11bd1e](http://github.com/aurelia/pal/commit/8d11bd1e46e45df89832e4d22baef0f3458593b2))
### 0.1.4 (2015-10-02)
#### Features
* **all:** add event listener apis to dom and platform ([b23c1f1c](http://github.com/aurelia/pal/commit/b23c1f1c3712300c7b6975c87919988bd8a2abe5))
### 0.1.3 (2015-09-27)
#### Bug Fixes
* **platform:** correct eachModule signature ([ccc1c5e4](http://github.com/aurelia/pal/commit/ccc1c5e43b786acce56371a434f945659e5a36fe))
### 0.1.2 (2015-09-27)
#### Features
* **platform:** add noop ([3193afb5](http://github.com/aurelia/pal/commit/3193afb555241add6d57e2943d527f414fdc4546))