Releases: Meteor-Community-Packages/meteor-timesync
Releases · Meteor-Community-Packages/meteor-timesync
v1.0.0-beta.0
- Make the package compatible with Meteor 3 @StorytellerCZ
THIS VERSION REQUIRES METEOR V3 AND IS NOT BACKWARDS COMPATIBLE!
Full Changelog: v0.6.0...v1.0.0-beta.0
v0.6.0
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
v0.5.5
v0.5.4
What's Changed
- Adding CORS compatibility for Ionic capacitorjs by @andresavic in #52
New Contributors
- @andresavic made their first contribution in #52
Full Changelog: v0.5.3...v0.5.4
v0.5.3
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
- @jankapunkt made their first contribution in #54
- @plitex made their first contribution in #53
Full Changelog: v0.5.2...v0.5.3
v0.5.2
- Travis CI NodeJS environment updated to use Node 12 and 14
- Updated package resolution to work for Meteor 2.3