Skip to content

Releases: ZilaWS/client

v1.1.2

09 Oct 20:41
Compare
Choose a tag to compare
  • README changes

v1.1.1

07 Oct 20:53
Compare
Choose a tag to compare
  • 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

05 Oct 12:49
Compare
Choose a tag to compare
  • 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

04 Oct 21:26
Compare
Choose a tag to compare
  • Fixed an issue with NPM releasing

v1.0.0

03 Oct 20:28
Compare
Choose a tag to compare
1.0.0