This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
Releases: rescript-association/genType
Releases · rescript-association/genType
v3.25.0
v3.24.0
v3.23.0
v3.22.0
v3.21.0
- Remove DCE and termination analysis.
v3.20.0
v3.19.0
v3.18.0
- Support new uncurry representation that will be available from Bucklescript version 7.3.0.
- [DCE] Work around the fact that the react.componentt ppx gives
make
a dummy location. - [DCE] Add option to toggle removing dead values with side effects.
- [DCE] Add whitelist mechanism for function calls with no side effects.
v3.17.0
v3.16.0
- When a
@genType
annotation appears in a.re
, but the.rei
also exists, give a warning on the command-line that the annotation will be ignored. - Dead Code Elimination improvements and bug fixes. Add support for adding annotations to both implementations and interfaces. Analyze recursive functions.