Skip to content

package:dwds v25.0.0

Latest
Compare
Choose a tag to compare
@jyameo jyameo released this 14 Aug 11:39
· 1 commit to main since this release
c0492f1
  • Implemented hot restart over websockets with multi window support.
  • Fix refresh race condition bug by adding an isolate destruction grace period.
  • Update a call to the package:shelf_web_socket webSocketHandler() function.
    Breaking changes
  • Remove deprecated parameter injectDebuggingSupportCode from Dwds.start().
  • Remove all deprecated fields, getters, and parameters
    related to the null safety compilation mode. Dart 3 only
    supports sound null safety.
  • Rename FrontendServerDdcLibraryBundleStrategy.hotReloadSourcesUri to
    reloadedSourcesUri. The file that the Uri points to should now be updated
    for both a hot restart and a hot reload.