Skip to content

v0.6.0

Latest
Compare
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