Releases: dart-lang/webdev
Releases · dart-lang/webdev
package:dwds v24.3.9
- Renamed DWDS Injector parameter
enableDebuggingSupporttoinjectDebuggingSupportCodefor 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
reassembleis now no longer called when calling
reloadSources. Users should callreassembleusingcallServiceExtension. callServiceExtensionnow checks the runtime for the list of registered
service extensions. It also now throws aRPCErrorwith
RPCErrorKind.kMethodNotFoundwhen 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.
FrontendServerDdcLibraryBundleStrategynow 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
dwdsconstraint to24.3.5. - Added a utility method to locate
package_config.jsonand set it in theloadStrategy.
package:dwds v24.3.5
- Allow clients to specify the
packageConfigPathinLoadStrategyclass 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
DCMversion to1.26.0-1 - Add support for hot restart using the DDC library bundle format.
package:dwds v24.3.2
- Bump
package:ddsto>=4.2.5 <6.0.0.
package:dwds v24.3.1
- Add support for binding DDS to a custom port.