UNPKG

3.17 kBMarkdownView Raw
1# Changelog
2
3## 0.10.0
4
5* **(breaking)** Move to Typescript 2.0
6* Add Push Plugin error handling
7 (https://github.com/driftyco/ionic-cloud/pull/47)
8* Always include `registered` and `saved` boolean values in push token
9 (https://github.com/driftyco/ionic-cloud/issues/48)
10* Client-side validation for email/password signups
11 (https://github.com/driftyco/ionic-cloud/commit/dd468e785110670b847b61649e1604f3bf35d382)
12
13## 0.9.0
14
15* Fix deploy extract boolean--promise resolves/rejects properly.
16* **(breaking)** The promises returned by download and extract no longer
17 resolve with boolean values.
18
19## 0.8.2
20
21* Fix goof with event emitter
22
23## 0.8.1
24
25* Fix [#40](https://github.com/driftyco/ionic-cloud/issues/40)
26
27## 0.8.0
28
29* **(breaking)** Require `ionic-plugin-deploy` 0.6.0 for deploy
30* Move to Typescript
31* **(breaking)** Configuration Update (see the [docs](http://docs.ionic.io) for usage)
32* **(breaking)** Remove bower support
33* Add CommonJS ES5 distribution files
34* Start tests
35* Standardize ES and TS linting
36* Switch everything to use dependency injection
37* **(breaking)** Remove Analytics (will be added back soon in a later version)
38* [See more in the Migration Guide](https://github.com/driftyco/ionic-cloud/wiki/Migration-Guide).
39
40## 0.7.1
41
42* (fix) Pushed invalid build (0.7.0 is a broken build)
43
44## 0.7.0
45
46* **(breaking)** (deploy) Version 0.5.0 or greater of `ionic-plugin-deploy` is required
47 to use deploy correctly.
48
49## 0.6.1
50
51* (push) (fix) `getPushPlugin` will now correctly return the plugin instance or `null`
52
53## 0.6.0
54
55* **(breaking)** (push) angular integration now correctly uses notification.payload and
56 the `$stateParams` property is now passed as a standard object, not a string.
57
58## 0.5.2
59
60* (push) Allow saving of tokens without user context
61
62## 0.5.1
63
64* (auth) (user) Pass additional user details with user signup
65
66## 0.5.0
67
68* (user) Added `resetPassword()` method to users
69* (user) (fix) Update user details with custom data during `save()`
70
71## 0.4.0
72
73* (auth) Added ability to send data in custom authentication request
74
75## 0.3.0
76
77* (auth) Introduced Authentication component
78* **(breaking)** both Ionic.User and Ionic.Push utilize new beta API
79 access and have modified/added/removed some of the current methods
80* (push) Added public method to get push pluginI
81* (user) Added migrate method for alpha users
82* (user) (fix) Falsy values are allowed in `get(key, defaultValue)`
83* (analytics) (fix) events are no longer mutated
84
85
86## 0.2.1
87
88* (push) (fix) prevent dev-mode from registering multiple callbacks
89* (user) (fix) prevent dev tokens from saving to a user
90
91
92## 0.2.0
93
94* (core) removing need to call `Ionic.io();` manually
95* (deploy) update() can now defer reloading the app
96* (deploy) adding `getVersions` and `deleteVersion` methods to manage deploy versions.
97* (deploy) adding `getMetadata` method to fetch deploy metadata
98* (deploy) (fix) deploy methods now wait for the onReady event
99
100
101## 0.1.1
102
103* (push) fixed notification handling for dev_push when using angular integrations
104* (push) getPayload() now returns the correct payload
105* (analytics) fixed incorrect log method references
106
107
108## 0.1.0
109
110* web client introduction
111