Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dwds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 27.1.1-wip
## 27.1.1

- Replace raw map for client ping checks with a proper `PingRequest` class and update client deserialization handling.
- Fix deserialization errors appearing in the chrome console.
Replace raw map for client ping checks with a proper `PingRequest` class and
update client deserialization handling.

## 27.1.0

Expand Down
2 changes: 1 addition & 1 deletion dwds/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dwds/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run tool/build.dart`.
version: 27.1.1-wip
version: 27.1.1

description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
Expand Down
Loading