Releases: dart-lang/webdev
Releases · dart-lang/webdev
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.
package:dwds v24.3.0
- Update to be forward compatible with changes to
package:shelf_web_socket. - Added support for some debugging APIs with the DDC library bundle format. - #2537
- Added support for some debugging APIs with the DDC library bundle format. - #2537,#2544
- Fix issue where batched expression evals were failing if any subexpression failed. - #2551
- Expose a partial implementation of
FrontendServerDdcLibraryBundleStrategyProvider. - Update
package:vm_service_interfaceto '^2.0.1'.
package:webdev v3.7.0
- Update
dwdsconstraint to24.2.0. - Update
package:vm_serviceto>=14.0.0 <16.0.0. - Update
package:vm_service_interfaceto2.0.1.