Skip to content

Releases: Meteor-Community-Packages/meteor-timesync

v1.0.0

Choose a tag to compare

@harryadel harryadel released this 17 May 22:04

v1.0.0

BREAKING

  • Upgraded to Meteor 3 only, with no backwards compatibility for Meteor 2.
  • Switched package usage to Meteor 3 module imports, for example import { TimeSync } from 'meteor/mizzao:timesync'.\n- Kept regular browser clients on HTTP timesync by default to avoid DDP method queueing delays.\n- Forced DDP timesync for Cordova and Capacitor clients where HTTP sync can fail in mobile webviews.\n- Migrated package tests to Mocha/Puppeteer and GitHub Actions for Meteor 3.\n\nPublished to Atmosphere as mizzao:timesync@1.0.0.

v1.0.0-beta.0

v1.0.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 19 Aug 15:42
d5db5c9

THIS VERSION REQUIRES METEOR V3 AND IS NOT BACKWARDS COMPATIBLE!

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

v0.6.0

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 19 Aug 15:01
be2bf28

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

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 08 Apr 15:49
ff79088

What's Changed

New Contributors

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

v0.5.4

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 12 Nov 20:46
9e1e3a6

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

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 12 Nov 20:46
85ed2d2

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

Choose a tag to compare

@StorytellerCZ StorytellerCZ released this 22 Jun 12:47
6f643a2
  • Travis CI NodeJS environment updated to use Node 12 and 14
  • Updated package resolution to work for Meteor 2.3