Skip to content

Instantly share code, notes, and snippets.

@olizilla
Last active December 27, 2015 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olizilla/7359567 to your computer and use it in GitHub Desktop.
Save olizilla/7359567 to your computer and use it in GitHub Desktop.

Meteor London News

Some new news & some old news that we just learnt about the hard way

  • Meteor UI

  • Meteor Roadmap to 1.0

  • Meteor dependency updates:

    • Node release 0.10
    • Mongo 2.4
  • Monogo upsert & $near available in minimogo

    • upsert: e.g. To add an age field to a doc that may or may not already exist...
  db.collection.save({name: 'mayExist'}, { name:'mayExist', age: 100 }, {upsert: true}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment