Skip to content

3.0.0 (2024-05-07)

Latest
Compare
Choose a tag to compare
@jcbrand jcbrand released this 07 May 12:05
· 1 commit to master since this release
v3.0.0
  • #704 Cannot use with NodeJS
  • #706 TypeError when receiving a stream:error IQ message

Out of an abundance of caution, making a major version bump, since there was
some internal refactoring of the Strophe files to remove circular
dependencies. So certain deep imports used by integrators might no longer work.
Instead of deep imports, everything should be imported from strophe.js.

For example:

import { Strophe, $build, stx } from strophe.js;