v2.0.0-alpha.1
While this is an alpha release, new servers should use this rather than an older "stable" version.
Thanks to @Mrcl1450 for their contributions to this release!
Features:
- Added support for native ES module import on the server side. (#2078)
import createWebClient from 'u-wave-web/middleware';
Bugfixes:
- Fix youtube loading on mobile. (#2075)
- Add package.json "bin" key for the executable file that was added in 2.0.0-alpha.0.
Internal:
- Dependency updates.