eddyTheDove
|
3511f24a26
|
docs(); fix typo (#1257)
In the documentation, when calling `show()`, you logged 'any' in the console, instead of logging 'result'
|
2017-03-26 04:02:12 -04:00 |
|
eddyTheDove
|
fa803f2258
|
docs(music-controls): remove duplicate subscribe (#1258)
There was a double .subscribe() function in `this.musicControls.subscribe()`
|
2017-03-26 04:01:55 -04:00 |
|
Ibby Hadeed
|
d23f13f837
|
chore(): update changelog
|
2017-03-26 02:00:57 -04:00 |
|
Ibby Hadeed
|
d4c876d009
|
chore(): add postchangelog script
|
2017-03-26 02:00:52 -04:00 |
|
Ibby Hadeed
|
d2ef40ccb7
|
3.2.4
|
2017-03-26 01:59:37 -04:00 |
|
Ibby Hadeed
|
8cf332f0ff
|
refactor(decorators): use arrow functions
|
2017-03-26 01:58:46 -04:00 |
|
Ibby Hadeed
|
be345ea829
|
chore(build): ship source maps
|
2017-03-26 01:53:54 -04:00 |
|
Ibby Hadeed
|
c52bb832b4
|
chore(): fix plugin create command and templtes
|
2017-03-25 21:48:45 -04:00 |
|
Guille
|
1eebea9df5
|
docs(google-maps): fix plugin reference (#1251)
|
2017-03-24 15:45:05 -04:00 |
|
Ibby Hadeed
|
150b236468
|
chore(publish): a way to re-try in case something happens
|
2017-03-24 15:42:52 -04:00 |
|
Ibby Hadeed
|
df64486a13
|
chore(changelog): update
|
2017-03-24 15:28:17 -04:00 |
|
Ibby Hadeed
|
a1e68a0934
|
3.2.3
|
2017-03-24 15:28:05 -04:00 |
|
Ibby Hadeed
|
a9a511d0f1
|
fix(contacts): fix crash if plugin is unavailable
closes #1250
|
2017-03-24 15:25:21 -04:00 |
|
Ibby Hadeed
|
b6d0e3125d
|
Merge branch 'es6-docs'
|
2017-03-24 15:18:03 -04:00 |
|
Ibby Hadeed
|
d4a9abfc61
|
docs(camera-preview): mark params as optional
|
2017-03-24 15:17:35 -04:00 |
|
Ibby Hadeed
|
a5ed62e56a
|
docs(camera-preview): fix package name
|
2017-03-24 15:16:27 -04:00 |
|
Lucas A. Moulin
|
7d0f1bd3ff
|
docs(network): fix plugin reference (#1247)
|
2017-03-24 15:14:17 -04:00 |
|
Ibby Hadeed
|
a151295654
|
fix(core): make properties enumerable
|
2017-03-24 15:07:44 -04:00 |
|
Perry Govier
|
e4fc01a23c
|
Merge pull request #1243 from driftyco/es6-docs
chore(docs): cleanup and enhancements
|
2017-03-24 11:11:48 -05:00 |
|
Ionitron
|
2fdf61ad5c
|
docs(onesignal): add a quirk for getTags method
addresses #1100
|
2017-03-24 08:07:06 -04:00 |
|
Ionitron
|
25d5169251
|
revert circle-ci changes
|
2017-03-23 23:03:53 -04:00 |
|
Ibby
|
cd7612e32e
|
fix directives order
|
2017-03-23 22:50:14 -04:00 |
|
Ibby
|
4e5b3fa910
|
chore(docs): some fixes
|
2017-03-23 22:39:12 -04:00 |
|
Ibby
|
5589f4d2ff
|
test ci
|
2017-03-23 22:09:26 -04:00 |
|
Ibby
|
841f151b4d
|
test ci
|
2017-03-23 22:08:54 -04:00 |
|
Ibby
|
ead99b1a4f
|
chore(docs): cleanup + es6
|
2017-03-23 22:07:59 -04:00 |
|
Ibby
|
cd5ff68bc1
|
chore(docs): new approach to parsing npmid
|
2017-03-23 18:20:10 -04:00 |
|
Ibby
|
261e9cc249
|
chore(docs): do not syntax highlight install command
|
2017-03-23 17:55:15 -04:00 |
|
Ibby
|
0e2d5ac1de
|
Merge branch 'master' of github.com:driftyco/ionic-native
|
2017-03-23 15:59:42 -04:00 |
|
Ibby
|
87916aec20
|
chore(docs): parse optional
|
2017-03-23 15:59:33 -04:00 |
|
Ibby
|
072fe8df94
|
docs(location-accuracy): fix docs url
|
2017-03-23 15:38:50 -04:00 |
|
Ibby
|
0750e03e04
|
docs(): properly document optional params
|
2017-03-23 15:37:17 -04:00 |
|
Ibby
|
bf2ba2e9e7
|
chore(docs): fix native menu rendering
|
2017-03-23 15:19:31 -04:00 |
|
Ibby
|
91c879af27
|
docs(): add overview and browser usage to menu
|
2017-03-23 15:19:31 -04:00 |
|
Swapnil Patwa
|
ee40475891
|
docs(browser-tab): fix method name (#1230)
|
2017-03-23 14:18:54 -04:00 |
|
Daniel Cregg
|
b012bb62d7
|
docs(camera): fix typo (#1231)
|
2017-03-23 14:18:25 -04:00 |
|
JamesLeeTrigg
|
5ccc558380
|
docs(secure-storage): fix typo (#1236)
SecureStorageObject has a capital B
|
2017-03-23 14:17:36 -04:00 |
|
Ferdy Fauzi
|
5d775978c6
|
docs(camera): fix typo
Fix typing error for line 104 & 107
- change constant to const
- change enodingType to encodingType
|
2017-03-23 14:16:12 -04:00 |
|
Ibby
|
047c236191
|
docs(media): rename docs page name
|
2017-03-23 14:09:49 -04:00 |
|
Ibby
|
1536e98ba4
|
chore(): update changelog
|
2017-03-23 14:04:12 -04:00 |
|
Ibby
|
baee422090
|
3.2.2
|
2017-03-23 14:03:57 -04:00 |
|
Ibby
|
07de25c90f
|
chore(): update peer dependencies
|
2017-03-23 14:03:48 -04:00 |
|
Ibby
|
027b10a6dd
|
amend(): greater than should be equal
|
2017-03-22 22:42:21 -04:00 |
|
Ibby
|
bb4308e7d8
|
amend(): remove unecessary line
|
2017-03-22 22:40:24 -04:00 |
|
Ibby
|
eb31e9b2a1
|
chore(): fix git repo check
|
2017-03-22 22:40:02 -04:00 |
|
Ibby
|
7af7715f90
|
chore(): update changelog
|
2017-03-22 22:16:19 -04:00 |
|
Ibby
|
934e63d34a
|
3.2.1
|
2017-03-22 22:16:05 -04:00 |
|
Mike Roberts
|
baff7b3d7c
|
fix(secure-storage): update the pluginRef (#1228)
Fixes the plugin not found issue by using the correct pluginRef.
|
2017-03-22 22:15:42 -04:00 |
|
Ibby Hadeed
|
acbb3382fe
|
Update README.md
|
2017-03-22 20:08:30 -04:00 |
|
Ibby Hadeed
|
4bb44f1a18
|
Update README.md
|
2017-03-22 20:08:12 -04:00 |
|