rescript-webapi
Advanced tools
Comparing version
@@ -5,2 +5,9 @@ ## 1.0 Changes | ||
* Change all `send.pipe` externals to `send`, making the whole project "t-first" (#8) | ||
* Some `Node` APIs do not trigger compile errors due to the argument swap, because both arguments were `Node` instances. This logic error can cause severe migration headaches; the following methods had named arguments added to highlight places migration is necessary (#89) | ||
* `appendChild` | ||
* `compareDocumentPosition` | ||
* `contains` | ||
* `insertBefore` | ||
* `removeChild` | ||
* `replaceChild` | ||
* Imported `bs-fetch` as `Webapi.Fetch` and converted it to "t-first" (#31) | ||
@@ -15,2 +22,5 @@ * Removed deprecated APIs (#16) | ||
* Corrected spelling of `nextSibling` in `MutationRecord` (#59) | ||
* Updated `History.scrollRestoration` to use `auto` and `manual` instead of a boolean (#88) | ||
* `PopStateEvent.state` now returns a history state type instead of an open object (#88) | ||
* Updated `InputEvent.data` to return a nullable value (#90) | ||
@@ -31,2 +41,5 @@ ### Added (non-breaking) | ||
* `HTMLFormControlsCollection`, `HTMLOptionsCollection`, `HTMLFieldSetElement`, `Document.forms`, `HTMLFormElement.elements`, `HTMLObjectElement`, `HTMLOptGroupElement`, `HTMLOptionElement`, `HTMLOutputElement`, `HTMLSelectElement`, `HTMLTextAreaElement`, and `RadioNodeList` bindings (#73) | ||
* `Canvas2d` bindings `drawImage`, `drawImageScale`, and `drawImageFull` added (#83) | ||
* `InputEvent` bindings for `inputType`, `dataTransfer` and `getTargetRanges` (#90) | ||
* `Node.insertAtEnd` binding (which does `parent.insertBefore(child, null)`) (#89) | ||
@@ -39,1 +52,2 @@ ### Fixed | ||
* Added explicit values to all externals instead of using `= ""` (#40) | ||
* Deprecated `Node.isSameNode` (MDN recommends using `===` instead) (#89) |
{ | ||
"name": "rescript-webapi", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Reason / ReScript bindings to DOM", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
246800
1.62%