This repository was archived by the owner on Nov 1, 2021. It is now read-only.
File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.19.1
2
+
3
+ * Removed dev dependency on ` bsdoc ` to allow smooth installs on non-Mac
4
+ OS
5
+
1
6
### 0.19.0
2
7
3
8
* Added bindings to ` ReadableStream `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bs-webapi" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " Reason + BuckleScript bindings to DOM" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -6,15 +6,17 @@ module Canvas = Webapi__Canvas;
6
6
module Dom = Webapi__Dom ;
7
7
module File = Webapi__File ;
8
8
9
- /** Re-export from [bs-fetch] for convenience.
9
+ /** Re-export from [bs-fetch] for convenience. To use, you will also
10
+ need to add the [bs-fetch] package as a dependency.
10
11
11
12
To get the [FormData] of an HTML form, use
12
13
[Webapi.Dom.HtmlFormElement.data].
13
14
14
15
@since 0.18.0 */
15
16
module FormData = Fetch . FormData ;
16
17
17
- /** Re-export from [bs-fetch] for convenience.
18
+ /** Re-export from [bs-fetch] for convenience. See also
19
+ {!module:FormData}.
18
20
19
21
@since 0.18.0 */
20
22
module Iterator = FormData . Iterator ;
@@ -23,6 +25,7 @@ module Performance = Webapi__Performance;
23
25
24
26
/** @since 0.19.0 */
25
27
module ReadableStream = Webapi__ReadableStream ;
28
+
26
29
module ResizeObserver = Webapi__ResizeObserver ;
27
30
module Url = Webapi__Url ;
28
31
You can’t perform that action at this time.
0 commit comments