Comparing version 0.9.1 to 0.10.0
{ | ||
"name": "bs-webapi", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "Reason + BuckleScript bindings to DOM", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -70,2 +70,8 @@ # bs-webapi | ||
### 0.10.0 | ||
* Added inheritance of `HtmlElement` and its ancestors to `HtmlImageElement` | ||
* Deprecated `HtmlImageElement.onload` | ||
* Fixed inconsistencies with `HtmlImageElement.src` and `HtmlImageElement.getSrc`, breaking the API | ||
* Fleshed out `HtmlImageElement` | ||
### 0.9.1 | ||
@@ -72,0 +78,0 @@ * Renamed `Document.docType` to `Document.doctype` to fix #95 |
Sorry, the diff of this file is not supported yet
141826
105