Releases: dart-lang/webdev
Releases · dart-lang/webdev
package:dwds v24.3.9
- Renamed DWDS Injector parameter
enableDebuggingSupport
toinjectDebuggingSupportCode
for clearer intent.
package:dwds v24.3.8
- Updated DWDS to include a boolean flag that enables debugging support only when set to true. #60289
package:dwds v24.3.7
- The registered extension
reassemble
is now no longer called when calling
reloadSources
. Users should callreassemble
usingcallServiceExtension
. callServiceExtension
now checks the runtime for the list of registered
service extensions. It also now throws aRPCError
with
RPCErrorKind.kMethodNotFound
when a service extension is not found instead
of throwing a JS evaluation error.
package:dwds v24.3.6
- Bump minimum sdk version to 3.7.0
- use 'compile js-dev' instead of directly invoking the ddc snapshot.
FrontendServerDdcLibraryBundleStrategy
now takes ahotReloadSourcesUri
parameter in order to fetch the file that contains the changed sources and
libraries instead of assuming it exists in the globalwindow
.
package:webdev v3.7.1
- Update
dwds
constraint to24.3.5
. - Added a utility method to locate
package_config.json
and set it in theloadStrategy
.
package:dwds v24.3.5
- Allow clients to specify the
packageConfigPath
inLoadStrategy
class and associated providers.
package:dwds v24.3.4
package:dwds v24.3.3
- Added support for some debugging APIs with the DDC library bundle format. - #2563
- Update
DCM
version to1.26.0-1
- Add support for hot restart using the DDC library bundle format.
package:dwds v24.3.2
- Bump
package:dds
to>=4.2.5 <6.0.0
.
package:dwds v24.3.1
- Add support for binding DDS to a custom port.