All Versions
246
Latest Version
2.5
Avg Release Cycle
57 days
Latest Release
1339 days ago

Changelog History
Page 25

  • v0.3.7 Changes

    June 06, 2012
    • ๐Ÿ‘ Better parsing of .html template files

      • Allow HTML comments (<!-- -->) at top level
      • Allow whitespace anywhere in open/close tag
      • Provide names and line numbers on error
      • More helpful error messages
    • Form control improvements

      • Fix reactive radio buttons in Internet Explorer.
      • Fix reactive textareas to update consistently across browsers, matching text field behavior.
    • ๐Ÿ“ฆ http package bug fixes:

      • Send correct Content-Type when POSTing params from the server. #172
      • Correctly detect JSON response Content-Type when a charset is present.
    • ๐Ÿ‘Œ Support Handlebars.SafeString. #160

    • ๐Ÿ›  Fix intermittent "Cursor is closed" mongo error.

    • ๐Ÿ›  Fix "Cannot read property 'nextSibling' of null" error in certain nested templates. #142

    • โž• Add heartbeat timer on the client to notice when the server silently goes away.

  • v0.3.6 Changes

    May 16, 2012
    • 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.

  • v0.3.5 Changes

    April 28, 2012
    • ๐Ÿ›  Fix 0.3.4 regression: Call event map handlers on bubbled events. #107
  • v0.3.4 Changes

    April 27, 2012
    • โž• Add Twitter bootstrap package. #84

    • โž• Add packages for sass and stylus CSS pre-processors. #40, #50

    • Bind events correctly on top level elements in a template.

    • ๐Ÿ›  Fix dotted path selectors in minimongo. #88

    • ๐Ÿ“ฆ Make backbone package also run on the server.

    • โž• Add bare option 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 Changes

    April 20, 2012
    • โž• Add http package for making HTTP requests to remote servers.

    • โž• Add madewith package 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 Changes

    April 10, 2012
    • ๐ŸŽ‰ Initial public launch