meteor v0.3.3 Release Notes

Release Date: 2012-04-20 // about 12 years ago
    • ➕ 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.