Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: CHANGELOG.md

Issue 2968213002: update pub to get --build-delay arg and remove require.js loading timeouts (Closed)
Patch Set: fix typo Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a3e21b8f7cc2724e4c27951d82cd2e178d1c418..88366b6af82c9edd3e7bfc4fdf87123758bceb2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,16 +48,16 @@
* `pub get` and `pub upgrade` properly produce an error message and exit code
when no network is present.
- * Bug fixes for dartdevc support in `pub serve`.
-
- * Fixed module config invalidation logic so modules are properly
- recalculated when package layout changes.
- * Fixed exception when handling require.js errors that aren't script load
- errors.
- * Fixed an issue where requesting the bootstrap.js file before the dart.js
- file would result in a 404.
- * Fixed a Safari issue during bootstrapping (note that Safari is still not
- officially supported but does work for trivial examples).
+ * `pub serve` now waits for file watcher events to stabilize before scheduling
+ new builds. This helps specifically with `safe-write` features in editors,
+ as well as other situations such as `save all` which cause many fast edits.
+
+ * Added the `--build-delay` argument to `pub serve` which sets the amount of
+ time (in ms) to wait between file watcher events before scheduling a build.
+ Defaults to 50.
+
+ * Removed require.js module loading timeout for dartdevc, which resolves an
+ issue where the initial load of an app might give a timeout error.
## 1.24.2 - 22-06-2017
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698