Skip to content

Commit

Permalink
update versions and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
konsultaner committed Jun 15, 2024
1 parent 0a7f868 commit be31ad5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.2.0

- updated min sdk version to 3.4.0
- replaced html by web package
- support for wasm compilation
- all features can be used in the browser now. No more `Unsupported operation: Uint64 accessor not supported by dart2js.`

### 2.1.0

- @yurii-prykhodko-solid reworked connection recovery with streams, added Client().disconnect()
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: connectanum
homepage: https://github.com/konsultaner/connectanum-dart
version: 2.1.0
version: 2.2.0
description: >-
This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.
dependencies:
saslprep: ^1.0.1
pointycastle: ^3.9.1
pinenacl: ^0.5.1
pinenacl: ^0.6.0
logging: ^1.0.0
meta: ^1.15.0
msgpack_dart: ^1.0.0
Expand Down

0 comments on commit be31ad5

Please sign in to comment.