- (fix) Pushed invalid build (0.7.0 is a broken build)
- (breaking) (deploy) Version 0.5.0 or greater of
ionic-plugin-deploy
is required to use deploy correctly.
- (push) (fix)
getPushPlugin
will now correctly return the plugin instance ornull
- (breaking) (push) angular integration now correctly uses notification.payload and
the
$stateParams
property is now passed as a standard object, not a string.
- (push) Allow saving of tokens without user context
- (auth) (user) Pass additional user details with user signup
- (user) Added
resetPassword()
method to users - (user) (fix) Update user details with custom data during
save()
- (auth) Added ability to send data in custom authentication request
- (auth) Introduced Authentication component
- (breaking) both Ionic.User and Ionic.Push utilize new beta API access and have modified/added/removed some of the current methods
- (push) Added public method to get push pluginI
- (user) Added migrate method for alpha users
- (user) (fix) Falsy values are allowed in
get(key, defaultValue)
- (analytics) (fix) events are no longer mutated
- (push) (fix) prevent dev-mode from registering multiple callbacks
- (user) (fix) prevent dev tokens from saving to a user
- (core) removing need to call
Ionic.io();
manually - (deploy) update() can now defer reloading the app
- (deploy) adding
getVersions
anddeleteVersion
methods to manage deploy versions. - (deploy) adding
getMetadata
method to fetch deploy metadata - (deploy) (fix) deploy methods now wait for the onReady event
- (push) fixed notification handling for dev_push when using angular integrations
- (push) getPayload() now returns the correct payload
- (analytics) fixed incorrect log method references
- web client introduction