Kalm v0.3.0 Release Notes

Release Date: 2016-05-10 // almost 8 years ago
  • Channel

    • 👍 Batched response support
    • 🔄 Changed packet format to [channel, [packets]]
    • 👍 Now supports Numbers as channel names (stringified)
    • 0️⃣ No more default channel name - property is required

    Client

    • 📇 Renamed channel to subscribe
    • ➕ Added unsubscribe
    • ➕ Added on.connect / on.connection events
    • ➕ Added on.disconnect / on.disconnection events
    • 🔄 Changed handler parameters to (payload, reply, channel)
    • ➕ Added sendOnce
    • Can now output usage statistics to stdout with options.stats

    Server

    • 📇 Renamed channel to subscribe
    • ➕ Added unsubscribe
    • ➕ Added on.connect / on.connection events
    • ➕ Added on.disconnect / on.disconnection events
    • ➕ Added whisper

    Misc

    • ✂ Removed legacy docs
    • ➕ Added npmignore
    • ➕ Added more tests
    • Optimizations
    • Code-climate styling compliance
    • API stability badge
    • ⚡️ Updated logo