What's Changed
- 0.6.0 refactor by @StorytellerCZ in #56
- 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
- @StorytellerCZ made their first contribution in #56
Full Changelog: v0.5.5...v0.6.0