Meteor Astronomy Versions Save

Model layer for Meteor

2.5.6

6 years ago
  • Pass error to the callback function (if provided) on an error in the /Astronomy/execute method

2.5.5

6 years ago
  • Set throwStubExceptions to true for the /Astronomy/execute method

2.5.4

6 years ago
  • Create Meteor methods for local collections

2.5.3

6 years ago
  • Fix #652

2.5.2

6 years ago
  • Add the forceUpdate option to the save method #568

2.5.1

6 years ago
  • Fix #645 use the _createUpsertDocument function when _removeDollarOporators is missing

2.5.0

6 years ago
  • Do not support Meteor versions lower than 1.3 #642
  • Fix problem with saving arrays of undefineds / nulls #644

2.4.8

6 years ago
  • Provide a fallback for not finding a document with an ID when calling Meteor method #630

2.4.7

6 years ago
  • Fix #627

2.4.6

6 years ago
  • Fix #625 and add Enum type tests