|
1 | 1 | # 1.8.3 |
2 | | -Features |
| 2 | +Features: |
3 | 3 | - #1839, #1653, allow in-source build in package-specs , allow single pacakge-spec element in package-specs |
4 | 4 | - #1802 introduce [@bs.unwrap] for polymorphic variant as external argument |
5 | 5 |
|
6 | 6 | # 1.8.2 |
7 | | -- Features |
8 | | -- #1798 make `default` the same semantics as Es6 exports |
| 7 | +Features: |
| 8 | +- #1798 make `default` the same semantics as ES6 exports |
9 | 9 | - #1785 upgrade playground |
10 | 10 | - #1758 [generator support](https://bucklescript.github.io/bucklescript/Manual.html#_customize_rules_generators_support_since_1_7_4) |
11 | 11 | - #1826 add `bsb -where` support so that bsb.exe can be located and cached in a more robust way |
12 | 12 |
|
13 | | -- Optimizations |
| 13 | +Optimizations: |
14 | 14 | - #1796, #1793 improve submodule arity inference |
15 | 15 | - #1810 don't rebuild ninja if binary already exists in bin folder |
16 | 16 |
|
17 | | -- Fixes |
| 17 | +Fixes: |
18 | 18 | - #1811 add relative ppx paths to .merlin correctly |
19 | 19 | - #1822, fix an optimization bug |
20 | 20 |
|
21 | | -- Internal |
| 21 | +Internal: |
22 | 22 | - add a tool cmjdump.exe |
23 | 23 |
|
24 | | - |
25 | 24 | # 1.8.1 |
26 | 25 | Fixes: |
27 | 26 | - #1762, discard effectful unused code |
@@ -62,37 +61,30 @@ Features: |
62 | 61 |
|
63 | 62 | # 1.7.4(May 24, 2017): |
64 | 63 |
|
65 | | - |
66 | | - |
67 | | -internal tools: |
68 | | - |
| 64 | +Internal: |
69 | 65 | - #1583, add -U -D support for bspack |
70 | 66 |
|
71 | 67 | Features: |
72 | | - |
73 | 68 | - #1630, add modules Option, Result, List, and Vector into Js namesapace, update docs |
74 | 69 |
|
75 | 70 | - #1613, allow bs.scope with bs.send/bs.send.pipe/bs.set/bs.get/bs.set_index/bs.get_index |
76 | 71 | - #1604, add the functions `entries`, `values`, `fromList`, `fromArray` and `map` to `Js.Dict` |
77 | 72 |
|
78 | 73 | - #1632, bsb themes support |
79 | 74 |
|
80 | | -Bug fixes : |
81 | | - |
| 75 | +Fixes: |
82 | 76 | - #1581, more error checking |
83 | 77 | - #1633, fix missing installations |
84 | 78 | - #1581, more error checking %identity |
85 | 79 |
|
86 | 80 | # 1.7.3: |
87 | 81 |
|
88 | | -Bug fixes: |
89 | | - |
| 82 | +Fixes: |
90 | 83 | - #1556, fix duplicated requires of runtime (report by Chenglou) |
91 | 84 |
|
92 | 85 | - #1568, internal compiler error |
93 | 86 |
|
94 | 87 | Features: |
95 | | - |
96 | 88 | - #1564: scoped values in FF, see `bs.scope` in the Manual |
97 | 89 |
|
98 | 90 |
|
|
0 commit comments