File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Notable changes to this project are documented in this file. The format is based
4
4
5
5
## [ Unreleased]
6
6
7
+ Breaking changes:
8
+
9
+ New features:
10
+
11
+ Bugfixes:
12
+
13
+ Other improvements:
14
+
15
+ ## [ v5.0.0] ( https://github.com/purescript-web/purescript-web-xhr/releases/tag/v5.0.0 ) - 2022-04-27
16
+
7
17
Breaking changes:
8
18
- Migrate FFI to ES modules (#21 by @JordanMartinez )
9
19
Original file line number Diff line number Diff line change 16
16
" output"
17
17
],
18
18
"dependencies" : {
19
- "purescript-arraybuffer-types" : " main " ,
20
- "purescript-datetime" : " master " ,
21
- "purescript-http-methods" : " main " ,
22
- "purescript-web-dom" : " master " ,
23
- "purescript-web-file" : " master " ,
24
- "purescript-web-html" : " master "
19
+ "purescript-arraybuffer-types" : " ^3.0.2 " ,
20
+ "purescript-datetime" : " ^6.0.0 " ,
21
+ "purescript-http-methods" : " ^6.0.0 " ,
22
+ "purescript-web-dom" : " ^6.0.0 " ,
23
+ "purescript-web-file" : " ^4.0.0 " ,
24
+ "purescript-web-html" : " ^4.0.0 "
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments