Prevent errors on resume if splashscreen is not defined.
You can control from your app code when your app should update.
We removed options that we don't believe are necessary, read more details here
- Config now is set using
Meteor.settings.public.packages.reloader
object
- Config now is set using
Meteor.settings.public.reloader
object - Added more logs if
Meteor.settings.public.reloader.debug
is true
- Removed Blaze dependency
- Removed underscore dependency
cordova-plugin-splashscreen
from4.0.0
to4.1.0
- Fix reloading when url contains a hash (#10)
launchScreenDelay
option- tests