Releases: bitwave-tv/chat-client
Releases · bitwave-tv/chat-client
v0.3.10 - Version Bump
- I didn't realize the order of the CI/CD pipeline.
v0.3.9 - Add Blocked Events
- Adds
.blocked
function for handlingblocked
events.
v0.3.8 - Minor bugfixes
- Added a
onHydrate
callback for hydration data. - Fixed bugs, improved documentation.
v0.3.2 - Fixed npm registry versioning
Apparently version tags are simply tags, not version 'branches', as I'd assumed. I have mixed feelings.
v0.3.1 - Interoperability with bitwave-tv/bitwave
bitwave-tv/bitwave
(the frontend for bitwave.tv) now uses this package as its chat API client, and this release added/fixed everything that the frontend used.
Further changes to this package should only come as minor bugfixes or feature additions, as the API should remain stable for the foreseeable future.
v0.2.1 - Production ready
API should be stable from this point
v0.2.0 - Shaping up for production
All functions, fields, etc. are javadoc documented -- whether exported or not.
Explicit use of .mjs extension, and portable GET implementations allow for code be run both client- and server-side.
v0.1.4 - Hello, world
- Fixes issue where
sendMessage
wouldn't send out strings as messages. - Added
global
property to exported object
v0.1.3 - First Functional Release
v0.1.3 - version bump
v0.1.2 - I'll get it right eventually
public publish