Meteor.user() not found in Meteor version 1.2.1

I have updated meteor to version 1.2.1, from then i’m unable to found Meteor.user() however Meteor.userId() still returns user ID.
Any help would be appreciated.
Thank You.

Solved - from 1.2, Meteor replaced Meteor.users with Accounts.users, however Meteor.user is still an alias.