Updated websocket
This commit is contained in:
parent
d3f65b12fa
commit
f2eb12551c
3 changed files with 4 additions and 7 deletions
|
@ -1,14 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## 4.0.2
|
|
||||||
|
|
||||||
* Fixed authentication unit test
|
|
||||||
* All 3 unit tests passed
|
|
||||||
|
|
||||||
## 4.0.1
|
## 4.0.1
|
||||||
|
|
||||||
* Updated README
|
* Updated README
|
||||||
|
* Fixed authentication unit test
|
||||||
* Fixed NNBD issues
|
* Fixed NNBD issues
|
||||||
|
* All 3 unit tests passed
|
||||||
|
|
||||||
## 4.0.0
|
## 4.0.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Angel3 Websocket Library
|
# Angel3 Websocket Library
|
||||||
|
|
||||||
[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_websocket)
|
[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_websocket)
|
||||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel3_websocket
|
name: angel3_websocket
|
||||||
description: This library provides WebSockets support for Angel3 framework.
|
description: This library provides WebSockets support for Angel3 framework.
|
||||||
version: 4.0.2
|
version: 4.0.1
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/websocket
|
repository: https://github.com/dukefirehawk/angel/tree/angel3/packages/websocket
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue