Skip to content

Releases: dart-lang/webdev

package:dwds v24.3.9

24 Mar 17:28
697f2f7
Compare
Choose a tag to compare
  • Renamed DWDS Injector parameter enableDebuggingSupport to injectDebuggingSupportCode for clearer intent.

package:dwds v24.3.8

21 Mar 18:09
5c805f1
Compare
Choose a tag to compare
  • Updated DWDS to include a boolean flag that enables debugging support only when set to true. #60289

package:dwds v24.3.7

11 Mar 18:11
302b6db
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add support for binding DDS to a custom port.