Skip to content

2.4.2

Compare
Choose a tag to compare
@lukejagodzinski lukejagodzinski released this 22 Mar 13:50
· 61 commits to v2 since this release
  • Pass meteor methods down the inheritance tree #596
  • Allow casting array elements for embedded field names
const user = new User();
// Now casting works also for array elements
user.set('phones.0', '123456789', {
  cast: true
});