Releases: ZilaWS/client
Releases · ZilaWS/client
v1.1.2
- README changes
v1.1.1
- Fixed an issue that made ZilaWS uncompatible with browsers.
- Fixed an issue that because of VSCode wanted to import the types by default.
v1.1.0
- Fixed an issue importing the library.
Breaking Changes
New importing
From now on, there is no default export.
ESM
import { connectTo } from "zilaws-client";
CommonJS
const { connectTo } = require("zilaws-client");
v1.0.1
- Fixed an issue with NPM releasing
v1.0.0
1.0.0