Skip to content

Commit

Permalink
bump 1.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Jul 29, 2021
1 parent af0987a commit b129d4b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.1

**Bug fix:**

* [socket.io-client-dart#214](https://github.com/rikulo/socket.io-client-dart/issues/214) 1.0.1 _placeholder binary data isn't received correctly

## 1.0.0

**Features:**
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# socket_io_common
Socket.io common parser library for Dart 2

## Contributors
- Thanks [@Curvel](https://github.com/Curvel) for https://github.com/rikulo/socket_io_common/pull/4
2 changes: 1 addition & 1 deletion lib/src/engine/parser/parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Map<String, int> PacketTypeMap = const <String, int>{
class PacketParser {
static const ERROR = const {'type': 'error', 'data': 'parser error'};
static String? encodePacket(Map packet,
{dynamic? supportsBinary,
{dynamic supportsBinary,
utf8encode = false,
required callback(_),
bool fromClient = false}) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: socket_io_common
description: Socket.io common parser library.
version: 1.0.0
version: 1.0.1
homepage: https://www.zkoss.org
repository: https://github.com/rikulo/socket_io_common
issue_tracker: https://github.com/rikulo/socket_io_common/issues
Expand Down

0 comments on commit b129d4b

Please sign in to comment.