Skip to content

Releases: rescript-lang/rewatch

0.0.16

12 Apr 09:20
Compare
Choose a tag to compare
v0.0.16

0.0.15

10 Apr 18:02
Compare
Choose a tag to compare

Many improvement in incremental compile and latency

0.0.14

17 Jan 14:26
Compare
Choose a tag to compare
:bookmark: - Bump version no.

0.0.13

17 Jan 14:08
Compare
Choose a tag to compare
:art: - Add tests

0.0.12

19 Oct 08:17
Compare
Choose a tag to compare
0.0.12

0.0.11

21 Jul 08:25
Compare
Choose a tag to compare
0.0.11

0.0.10

04 May 08:49
Compare
Choose a tag to compare

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

17 Mar 14:21
Compare
Choose a tag to compare
:green_heart: - Run postinstall, define binary

0.0.8

17 Mar 14:07
Compare
Choose a tag to compare
:bookmark: - Release / Version tags.

0.0.7

17 Mar 13:54
Compare
Choose a tag to compare
:bookmark: - Release / Version tags.