Skip to content

Releases: Meteor-Community-Packages/meteor-timesync

v1.0.0-beta.0

19 Aug 15:42
d5db5c9
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

THIS VERSION REQUIRES METEOR V3 AND IS NOT BACKWARDS COMPATIBLE!

Full Changelog: v0.6.0...v1.0.0-beta.0

v0.6.0

19 Aug 15:01
be2bf28
Compare
Choose a tag to compare

What's Changed

  • Code Format Refactor
  • Changed Deps to Tracker (#49)
  • Only show log output if running in development
  • Added _timeSync Meteor Method for doing timesync over DDP instead of HTTP
  • Auto switch to DDP after initial HTTP timesync to improve subsequent round trip times
  • Added option TimeSync.forceDDP to always use DDP, even for first sync (which may be slow!)
  • Shortened resync interval from 1 minute to 30 seconds when using DDP.
  • Added tests for DDP and HTTP sync
  • Added option to set the timesync URL using TimeSync.setSyncUrl
  • Removed IE8 compat function

New Contributors

Full Changelog: v0.5.5...v0.6.0

v0.5.5

08 Apr 15:49
ff79088
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

12 Nov 20:46
9e1e3a6
Compare
Choose a tag to compare

What's Changed

  • Adding CORS compatibility for Ionic capacitorjs by @andresavic in #52

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

12 Nov 20:46
85ed2d2
Compare
Choose a tag to compare

What's Changed

  • Bump minimum Meteor version to 1.12
  • Take into account ROOT_URL environment variable if set
  • feature(ci): add comment issue workflow by @jankapunkt in #54
  • fix: server handler not aware of app path prefix by @plitex in #53

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

22 Jun 12:47
6f643a2
Compare
Choose a tag to compare
  • Travis CI NodeJS environment updated to use Node 12 and 14
  • Updated package resolution to work for Meteor 2.3