Skip to content

Commit 53afe4b

Browse files
chore(release): 2.7.0 [skip ci]
<a name="2.7.0"></a> # [2.7.0](v2.6.24...v2.7.0) (2018-04-27) ### Bug Fixes * added back options to buo methods ([8b5c50d](8b5c50d)) * added cordova plugin console for debugging ([54a3c5a](54a3c5a)) * added disabletracking to testbed ([05f3ade](05f3ade)) * added examples to github ([5868fd2](5868fd2)) * added examples to github ([09e4861](09e4861)) * added framework for example generation ([bb25057](bb25057)) * added more ci ([4b585c8](4b585c8)) * added more ignores ([9351f1d](9351f1d)) * added more to ignore ([2f17543](2f17543)) * added npm publish and npm version update to circle ci ([53d27e3](53d27e3)) * allow long url on iOS if tracking disabled ([b74bfda](b74bfda)) * cleaned up dependencies ([741f5a3](741f5a3)) * cleaned up npm dependencies ([597461a](597461a)) * converted everything to vanilla ([48809d7](48809d7)) * corrected android long url with no tracking ([628734b](628734b)) * corrected double init callback on iOS ([7a4cf38](7a4cf38)) * corrected nasty stacktrace error messages ([5752f87](5752f87)) * corrected testbed for gdpr tracking ([9a5591a](9a5591a)) * corrected the ignores ([f71e990](f71e990)) * relocted example script to prepare for templates ([06acfe2](06acfe2)) * removed circle ci support for node 6 ([8f28f84](8f28f84)) * removed cordova dependency ([9028ff2](9028ff2)) * removed gulp dependency ([c41897b](c41897b)) * removed gulp standard linting ([4792400](4792400)) * removed mixpanel token ([043ca84](043ca84)) * removed redundancy with reject ([3ed7caf](3ed7caf)) * removed the testbed ([8b8e375](8b8e375)) * updated Android SDK to 2.17.1 ([6d1a257](6d1a257)) * updated circle ci to run on node 7 and 6 ([acf9874](acf9874)) * updated dependencies ([9901a87](9901a87)) * updated ignores ([cf11810](cf11810)) * updated iOS SDK to 0.24.2 ([ec9511e](ec9511e)) * updated testbed with tracking disabled ([bacd590](bacd590)) * updated the ignores ([e89ac26](e89ac26)) * updated the ignores ([54ddbbd](54ddbbd)) * updated yarn lock ([1a8b93e](1a8b93e)) ### Features * added disable tracking for gdpr ([191f580](191f580)) * added script to build test examples ([eafc6cd](eafc6cd)) * added tracking disabled for gdpr ([44325d4](44325d4)) * created script to auto generate examples ([0b4d902](0b4d902))
1 parent 495e6c7 commit 53afe4b

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
<a name="2.7.0"></a>
2+
# [2.7.0](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v2.6.24...v2.7.0) (2018-04-27)
3+
4+
5+
### Bug Fixes
6+
7+
* added back options to buo methods ([8b5c50d](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/8b5c50d))
8+
* added cordova plugin console for debugging ([54a3c5a](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/54a3c5a))
9+
* added disabletracking to testbed ([05f3ade](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/05f3ade))
10+
* added examples to github ([5868fd2](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/5868fd2))
11+
* added examples to github ([09e4861](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/09e4861))
12+
* added framework for example generation ([bb25057](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/bb25057))
13+
* added more ci ([4b585c8](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/4b585c8))
14+
* added more ignores ([9351f1d](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/9351f1d))
15+
* added more to ignore ([2f17543](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/2f17543))
16+
* added npm publish and npm version update to circle ci ([53d27e3](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/53d27e3))
17+
* allow long url on iOS if tracking disabled ([b74bfda](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/b74bfda))
18+
* cleaned up dependencies ([741f5a3](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/741f5a3))
19+
* cleaned up npm dependencies ([597461a](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/597461a))
20+
* converted everything to vanilla ([48809d7](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/48809d7))
21+
* corrected android long url with no tracking ([628734b](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/628734b))
22+
* corrected double init callback on iOS ([7a4cf38](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/7a4cf38))
23+
* corrected nasty stacktrace error messages ([5752f87](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/5752f87))
24+
* corrected testbed for gdpr tracking ([9a5591a](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/9a5591a))
25+
* corrected the ignores ([f71e990](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/f71e990))
26+
* relocted example script to prepare for templates ([06acfe2](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/06acfe2))
27+
* removed circle ci support for node 6 ([8f28f84](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/8f28f84))
28+
* removed cordova dependency ([9028ff2](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/9028ff2))
29+
* removed gulp dependency ([c41897b](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/c41897b))
30+
* removed gulp standard linting ([4792400](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/4792400))
31+
* removed mixpanel token ([043ca84](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/043ca84))
32+
* removed redundancy with reject ([3ed7caf](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/3ed7caf))
33+
* removed the testbed ([8b8e375](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/8b8e375))
34+
* updated Android SDK to 2.17.1 ([6d1a257](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/6d1a257))
35+
* updated circle ci to run on node 7 and 6 ([acf9874](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/acf9874))
36+
* updated dependencies ([9901a87](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/9901a87))
37+
* updated ignores ([cf11810](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/cf11810))
38+
* updated iOS SDK to 0.24.2 ([ec9511e](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/ec9511e))
39+
* updated testbed with tracking disabled ([bacd590](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/bacd590))
40+
* updated the ignores ([e89ac26](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/e89ac26))
41+
* updated the ignores ([54ddbbd](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/54ddbbd))
42+
* updated yarn lock ([1a8b93e](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/1a8b93e))
43+
44+
45+
### Features
46+
47+
* added disable tracking for gdpr ([191f580](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/191f580))
48+
* added script to build test examples ([eafc6cd](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/eafc6cd))
49+
* added tracking disabled for gdpr ([44325d4](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/44325d4))
50+
* created script to auto generate examples ([0b4d902](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/commit/0b4d902))
51+
152
# CHANGELOG
253
Questions? [Contact us](https://support.branch.io/support/tickets/new)
354

@@ -1768,4 +1819,3 @@ Questions? [Contact us](https://support.branch.io/support/tickets/new)
17681819
- Branch not ready on deviceready event ([#16](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/issues/16))
17691820
- setIdentity doesn't work in current version ([#15](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/issues/15))
17701821
- setDebug has no effect ([#14](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/issues/14))
1771-

0 commit comments

Comments
 (0)