Comparing version 0.13.2 to 0.13.3
{ | ||
"name": "bs-webapi", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "Reason + BuckleScript bindings to DOM", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -70,2 +70,5 @@ # bs-webapi | ||
### 0.13.3 | ||
* Added `bs.return nullable` to `URLSearchParams.get` since it returns `null`, not `undefined` and therefore does not autmatically conform to the runtime representation of `option` as previosuly assumed. | ||
### 0.13.2 | ||
@@ -72,0 +75,0 @@ * Fixed signature of `NamedNodeMap.toArray`, which returned `element` but should return `attr` (considere non-breaking since it was just plain wrong) |
Sorry, the diff of this file is not supported yet
176364
133