Releases: rescript-lang/rewatch
Releases · rescript-lang/rewatch
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
v1.0.9
v1.0.8
v1.0.7
Opt into sourcedirs.json generation
What's Changed
- 🎨 - Make sourcedir creation optional by @rolandpeelen in #110
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Add more PPX skip rules by @zth in #105
- Fix parsing bug after refactor: Don't borrow parse state by @rolandpeelen in #106
- Support Reanalyze by @rolandpeelen in #60
New Contributors
Full Changelog: v1.0.4...v1.0.5
v1.0.4
We shipped a bug where parsed modules were not marked clean in a refactor that slipped into the 1.0 release, this release addresses it
Full Changelog: v1.0.3...v1.0.4