File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
` * ` means potential break changes
2
+ # 5.2.0
2
3
3
- # 5.1.0
4
+ Features
5
+ - #3803 Add a -install flag for mono-repository improvement for parallel compilation
6
+ - #3790 #3802 #3799 #3792 Compile locla modules to objects and clean up
7
+ - #3780 Better code generation for if branches
8
+ - #3799 Improve code gen, better code equality for block
9
+ - #3778 #3770 Improve pattern match compilation against the outer-most staticfail
10
+ - #3764 better code gen for lazy evaluation
11
+
12
+ Fixes
13
+ - #3809 Escape question mark and ampersand to special chars
14
+ - #3805 #3796 Fix stale builds (module alias + namespace interaction)
15
+ - #3777 More friendly error message for invalid package name
16
+ - #3794 Calling genType from bsc instead from the patched ocaml compiler
17
+ - #3784 avoid trailing white space in case branch
18
+ - #3781 #3783 quote package path properly
19
+ - #3793 pass bs-version to genType
20
+ - #3674 installation from master works out of box
21
+
22
+ Docs
23
+ - #3795 Fix docs for stringifyAny
24
+ - #3788 Rename getUnasfe to getUnsafe
25
+
26
+
27
+
28
+ # 5.1.0 (2019/08/15)
4
29
5
30
Features
6
31
- #3731 #3734 #3724 #3714 enable bsc for reason, so that for one file, ` bsc hi.re ` works
You can’t perform that action at this time.
0 commit comments