Releases: rescript-lang/rewatch
Releases · rescript-lang/rewatch
v1.2.0
What's Changed
- Casing namespace by @nojaf in #145
- Compile dev deps by @Bushuo in #159
- remove dirty tracking optimization for incremental build by @jfrolich in #148
- Fix crash on missing dev dependency by @Bushuo in #161
- Downstream rescript changes by @jfrolich in #160
New Contributors
Full Changelog: v1.1.3...v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.12
Small bugfixes related to UI
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Overview
This release fixes some UI regressions, better compatibility with PNPM, and the option to build dev
dependencies.
Dev dependencies
- use
--dev
to build development dependencies as stated in rescript.json
In this change, we've also added the ability to short-hand other flags, like--no-timings
Bug Fixes & Improvements
- UI Enhancement: Fixed progress bar display issues [25b540c]
- Build System: Improved build output formatting [99cf063]
- Asset Loading: Fixed loader configurations [7c85771]
- Development Environment: Added flag for building dev dependencies [b452b3e]
- Documentation: Updated README with latest information [dd63530]
- Installation Process: Fixed rewatch bash script to handle missing postinstall scenarios [598e370]
- Compatibility: Made recent changes backward compatible with previous versions
Contributors
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Gentype support by @Bushuo in #138
- Verbosity Flags & Better Error Output by @rolandpeelen in #126
- 🐞 - Propagate type_ to sub-sources as to correctly determine 'dev' dependencies by @rolandpeelen in #140
- Clean up by @rolandpeelen in #141
- Build binaries for Linux ARM64 by @tsnobip in #142
- Improve Error Handling / Less Panics by @rolandpeelen in #143
New Contributors
Full Changelog: v1.0.9...v1.0.10