meteor v0.3.6 Release Notes

Release Date: 2012-05-16 // almost 12 years ago
    • Rewrite event handling. this in event handlers now refers to the data context of the element that generated the event, not the top-level data context of the template where the event is declared.

    • ➕ Add /websocket endpoint for raw websockets. Pass websockets through development mode proxy.

    • Simplified API for Meteor.connect, which now receives a URL to a Meteor app rather than to a sockjs endpoint.

    • 🛠 Fix livedata to support subscriptions with overlapping documents.

    • ⚡️ Update node.js to 0.6.17 to fix potential security issue.