Skip to content

Commit

Permalink
Merge pull request #44 from BranchMetrics/project-restructure
Browse files Browse the repository at this point in the history
Upgrade to 2.0 - breaking change
  • Loading branch information
aaustin committed Feb 28, 2016
2 parents acc9e25 + 02c9256 commit 91cff91
Show file tree
Hide file tree
Showing 61 changed files with 4,609 additions and 6,214 deletions.
35 changes: 4 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
*.*-e
*.log
*.pid
*.seed
*.sublime-project
*.sublime-workspace
.DS_Store
.grunt
.lock-wscript
.map
.project
.settings
Thumbs.db
Web-SDK
Web-SDK/
aws_access_keys.sh
build
build.log
build/Release
compiler
compiler-latest.zip
cordova-testbed/platforms
cordova-testbed/plugins
coverage
docs/1_onpage.md
docs/3_branch.md
lib-cov
logs
testbed/platforms
testbed/plugins
testbed/hooks
node_modules
npm-debug.log
pids
sauce_access_keys.sh
tmp
testbed/ul_web_hooks/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [VERSION] - unreleased
## [v2.0.0] - 2016-02-26

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.

Please report issues you observe to support@branch.io immediately.

## [v1.8.0] - 2015-12-21
- Support added for iOS9 Universal Links
Expand Down
232 changes: 0 additions & 232 deletions CORDOVA_UPGRADE_GUIDE.md

This file was deleted.

File renamed without changes.
53 changes: 0 additions & 53 deletions Makefile

This file was deleted.

Loading

0 comments on commit 91cff91

Please sign in to comment.