- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
873 B
873 B
1.0.1
- Fix a bug where
WebSocketException/WebSocketConnectionCloseddid not have a useful string representation.
1.0.0
- First non-experimental release; no semantic changes from version
0.1.6.
0.1.6
- Allow
web: '>=0.5.0 <2.0.0'.
0.1.5
- Allow
1000as a close code.
0.1.4
- Add a
fakesfunction that returns a pair ofWebSockets useful in testing.
0.1.3
- Bring the behavior in line with the documentation by throwing
WebSocketConnectionClosedratherStateErrorwhen attempting to send data to or close an already closedWebSocket.
0.1.2
- Fix a
StateErrorinIOWebSocketwhen data is received from the peer after the connection has been closed locally.
0.1.1
- Add the ability to create a
package:web_socketWebSocketgiven adart:ioWebSocket.
0.1.0
- Basic functionality in place.