Releases: rescript-lang/rewatch
Releases · rescript-lang/rewatch
0.0.16
0.0.15
0.0.14
:bookmark: - Bump version no.
0.0.13
:art: - Add tests
0.0.12
0.0.12
0.0.11
0.0.11
0.0.10
This release includes two things:
Compilation file-filter (feature)
In this PR we added a third argument, allowing for a filter on the actual files that are being compiled to Javascript. For instance, storybook files, or test files. This may save a bit of time on compiles.
This allows for instance to so something like: rewatch watch . "(.test)|(Stories)"
.
Correctly Capitalize Namespaces (bug)
As described in this issue, namespaces were not correctly capitalized, making them invalid modules.
0.0.9
:green_heart: - Run postinstall, define binary
0.0.8
:bookmark: - Release / Version tags.
0.0.7
:bookmark: - Release / Version tags.