Releases: jagi/meteor-astronomy
Releases · jagi/meteor-astronomy
2.5.6
- Pass error to the callback function (if provided) on an error in the
/Astronomy/execute
method
2.5.5
- Set
throwStubExceptions
to true
for the /Astronomy/execute
method
2.5.4
- Create Meteor methods for local collections
2.5.2
- Add the
forceUpdate
option to the save
method #568
2.5.1
- Fix #645 use the
_createUpsertDocument
function when _removeDollarOporators
is missing
2.5.0
- Do not support Meteor versions lower than 1.3 #642
- Fix problem with saving arrays of undefineds / nulls #644
2.4.8
- Provide a fallback for not finding a document with an ID when calling Meteor method #630
2.4.6
- Fix #625 and add Enum type tests