Skip to content

Releases: jagi/meteor-astronomy

2.5.6

16 Feb 22:00
Compare
Choose a tag to compare
  • Pass error to the callback function (if provided) on an error in the /Astronomy/execute method

2.5.5

15 Feb 22:11
Compare
Choose a tag to compare
  • Set throwStubExceptions to true for the /Astronomy/execute method

2.5.4

15 Feb 20:48
Compare
Choose a tag to compare
  • Create Meteor methods for local collections

2.5.3

29 Jan 10:39
Compare
Choose a tag to compare

2.5.2

06 Oct 14:30
Compare
Choose a tag to compare
  • Add the forceUpdate option to the save method #568

2.5.1

21 Sep 19:39
Compare
Choose a tag to compare
  • Fix #645 use the _createUpsertDocument function when _removeDollarOporators is missing

2.5.0

12 Sep 19:42
Compare
Choose a tag to compare
  • Do not support Meteor versions lower than 1.3 #642
  • Fix problem with saving arrays of undefineds / nulls #644

2.4.8

08 Jul 19:03
Compare
Choose a tag to compare
  • Provide a fallback for not finding a document with an ID when calling Meteor method #630

2.4.7

01 Jul 20:30
Compare
Choose a tag to compare

2.4.6

28 Jun 23:11
Compare
Choose a tag to compare
  • Fix #625 and add Enum type tests