Skip to content

Commit 91cff91

Browse files
committed
Merge pull request #44 from BranchMetrics/project-restructure
Upgrade to 2.0 - breaking change
2 parents acc9e25 + 02c9256 commit 91cff91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4609
-6214
lines changed

.gitignore

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,6 @@
1-
*.*-e
2-
*.log
3-
*.pid
4-
*.seed
5-
*.sublime-project
6-
*.sublime-workspace
71
.DS_Store
8-
.grunt
9-
.lock-wscript
10-
.map
11-
.project
12-
.settings
13-
Thumbs.db
14-
Web-SDK
15-
Web-SDK/
16-
aws_access_keys.sh
17-
build
18-
build.log
19-
build/Release
20-
compiler
21-
compiler-latest.zip
22-
cordova-testbed/platforms
23-
cordova-testbed/plugins
24-
coverage
25-
docs/1_onpage.md
26-
docs/3_branch.md
27-
lib-cov
28-
logs
2+
testbed/platforms
3+
testbed/plugins
4+
testbed/hooks
295
node_modules
30-
npm-debug.log
31-
pids
32-
sauce_access_keys.sh
33-
tmp
6+
testbed/ul_web_hooks/

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
All notable changes to the Branch Web SDK will be documented here.
33
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [VERSION] - unreleased
5+
## [v2.0.0] - 2016-02-26
6+
7+
We've completely revamped this module from a native implementation, which was terribly out of date with the Branch service to a thin wrapper around our core Android/iOS SDKs. Additionally, we've improved the interface from callbacks to promises in most circumstances.
8+
9+
Please report issues you observe to [email protected] immediately.
610

711
## [v1.8.0] - 2015-12-21
812
- Support added for iOS9 Universal Links

CORDOVA_UPGRADE_GUIDE.md

Lines changed: 0 additions & 232 deletions
This file was deleted.

LICENSE.txt renamed to LICENSE

File renamed without changes.

Makefile

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)