Skip to content

Releases: dart-lang/webdev

package:dwds v24.3.7

11 Mar 18:11
302b6db

Choose a tag to compare

  • The registered extension reassemble is now no longer called when calling
    reloadSources. Users should call reassemble using callServiceExtension.
  • callServiceExtension now checks the runtime for the list of registered
    service extensions. It also now throws a RPCError with
    RPCErrorKind.kMethodNotFound when a service extension is not found instead
    of throwing a JS evaluation error.

package:dwds v24.3.6

04 Mar 22:10
2c1d147

Choose a tag to compare

  • Bump minimum sdk version to 3.7.0
  • use 'compile js-dev' instead of directly invoking the ddc snapshot.
  • FrontendServerDdcLibraryBundleStrategy now takes a hotReloadSourcesUri
    parameter in order to fetch the file that contains the changed sources and
    libraries instead of assuming it exists in the global window.

package:webdev v3.7.1

11 Feb 20:00
718c39c

Choose a tag to compare

  • Update dwds constraint to 24.3.5.
  • Added a utility method to locate package_config.json and set it in the loadStrategy.

package:dwds v24.3.5

11 Feb 18:22
4246bbc

Choose a tag to compare

  • Allow clients to specify the packageConfigPath in LoadStrategy class and associated providers.

package:dwds v24.3.4

31 Jan 19:37
616da45

Choose a tag to compare

  • Added support for some debugging APIs with the DDC library bundle format. - #2566, #2573
  • Added support for hot reload using the DDC library bundle format.

package:dwds v24.3.3

23 Jan 23:28
1990d29

Choose a tag to compare

  • Added support for some debugging APIs with the DDC library bundle format. - #2563
  • Update DCM version to 1.26.0-1
  • Add support for hot restart using the DDC library bundle format.

package:dwds v24.3.2

10 Jan 20:31

Choose a tag to compare

  • Bump package:dds to >=4.2.5 <6.0.0.

package:dwds v24.3.1

10 Jan 17:01
a7c8fe7

Choose a tag to compare

  • Add support for binding DDS to a custom port.

package:dwds v24.3.0

07 Jan 16:33
e72f365

Choose a tag to compare

  • 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_interface to '^2.0.1'.

package:webdev v3.7.0

06 Dec 20:03
ba4851f

Choose a tag to compare

  • Update dwds constraint to 24.2.0.
  • Update package:vm_service to >=14.0.0 <16.0.0.
  • Update package:vm_service_interface to 2.0.1.