hmr 1.4.1
hmr: ^1.4.1 copied to clipboard
Hot Module Replacement system specially designed for command-line Dart applications.
Changelog #
1.4.1 #
- remove
SIGTERMon windows
1.4.0 #
- Expose
sendandlistenmethods - Request
SendPortfrom Isolate to send messages in the Isolate
1.3.2 #
- Change
debouncemiddleware order
1.3.1 #
- Remove
debouncedelay by default
1.3.0 #
- Migrate filters to responsibility chain pattern
1.2.0 #
- Implement
debouncedelay - Ignore
.dart_tooland IDE directories by default
1.1.2 #
- Remove
ProcessSignal.SIGTERM
1.1.1 #
- Fix entrypoint implicite extension
1.1.0 #
- Transfert
hmr [...args]toIsolate
1.0.3 #
- Add newline on exit to prevent terminal prompt bad display
1.0.2 #
- Enforce clear screen on start
- Enforce clear screen on reload
1.0.1 #
- Prevent the
hmrcommand from being run in a non-Dart project - Add clean-up of temporary files on exit
1.0.0 #
Initial Release - Première publication officielle du package HMR pour Dart
-
Hot reload without restarting the application
-
State retention between reloads
-
Automated kernel compilation via
dart compile. -
Glob patterns for inclusion/exclusion (
**/*.dart) -
Detection of modifications/creations/deletions/moves
-
Configurable debounce mechanism
-
Visual feedback with ANSI codes (colours, positioning)
-
Own compile error handling
-
Successive changes counter