Comparing version 0.16.2 to 0.17.0
### 0.17.0 (2020-06-29) | ||
* (Breaking) fixed `Canvas2d.putImageData`, unfortunately this needs to | ||
be a breaking change because the JavaScript method itself doesn't | ||
accept optional arguments | ||
### 0.16.2 (2020-06-29) | ||
@@ -3,0 +8,0 @@ * Fixed `document instanceof HTMLDocument` check to ensure it works |
{ | ||
"name": "bs-webapi", | ||
"version": "0.16.2", | ||
"version": "0.17.0", | ||
"description": "Reason + BuckleScript bindings to DOM", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -72,37 +72,2 @@ # bs-webapi | ||
### 0.15.9 (2020-03-14) | ||
* Added `ResizeObserver` | ||
### 0.15.8 (2020-02-22) | ||
* Added `Window.performance` and `Performance.now` | ||
### 0.15.6 (2020-02-08) | ||
* `WheelEvent` now inherits the implementation of `MouseEvent` | ||
### 0.15.6 (2019-11-20) | ||
* Added `DomStringMap` | ||
* Changed `Window.open_` to have optional `features` argument | ||
### 0.15.5 - (2019-10-09) | ||
* Added `keypress` event handler API | ||
* Added `selectionchange` event handler API | ||
* Added `Text.ofNode` | ||
### 0.15.4 - (2019-09-02) | ||
* Added `Selection.setBaseAndExtent` | ||
### 0.15.3 - (2019-08-22) | ||
* Added `NodeList.forEach` | ||
* Added `Node.asNode` | ||
### 0.15.2 - (2019-05-25) | ||
* Added `File.size` | ||
### 0.15.1 - (2019-05-17) | ||
* Added `URLSearchParams.forEach` | ||
* Added `Element.scrollBy` and `Element.srollByWithOptions` | ||
### 0.15.0 - (2019-05-11) | ||
* (Breaking) Changed `DomRect` coordinates to use `float` instead of `int` | ||
*See [CHANGELOG.md](CHANGELOG.md) for earlier releases.* | ||
See [CHANGELOG.md](CHANGELOG.md). |
Sorry, the diff of this file is not supported yet
186876
73