1.6 KiB
vNEXT
-
Add /websocket endpoint.
-
Simplified API for Meteor.connect, which now receives a URL to a Meteor app rather than to a sockjs endpoint.
-
Add support for focus and blur in event maps. #108
-
Support change and submit events on older IE browsers.
-
Pass websockets through development mode proxy.
-
Fix livedata to support subscriptions with overlapping documents.
v0.3.5
- Fix 0.3.4 regression: Call event map handlers on bubbled events. #107
v0.3.4
-
Add Twitter
bootstrappackage. #84 -
Add packages for
sassandstylusCSS pre-processors. #40, #50 -
Bind events correctly on top level elements in a template.
-
Fix dotted path selectors in minimongo. #88
-
Make
backbonepackage also run on the server. -
Add
bareoption to coffee-script compilation so variables can be shared between multiple coffee-script file. #85 -
Upgrade many dependency versions. User visible highlights:
-
node.js 0.6.15
-
coffee-script 1.3.1
-
less 1.3.0
-
sockjs 0.3.1
-
underscore 1.3.3
-
backbone 0.9.2
-
Several documentation fixes and test coverage improvements.
v0.3.3
-
Add
httppackage for making HTTP requests to remote servers. -
Add
madewithpackage to put a live-updating Made with Meteor badge on apps. -
Reduce size of mongo database on disk (--smallfiles).
-
Prevent unnecessary hot-code pushes on deployed apps during server migration.
-
Fix issue with spaces in directory names. #39
-
Workaround browser caching issues in development mode by using query parameters on all JavaScript and CSS requests.
-
Many documentation and test fixups.
v0.3.2
- Initial public launch