v1.0.0b8
Pre-releaseHey y'all - welcome to the initial release of The Blue Alliance for iOS!
The hot goss:
Setup beta builds via Travis
Adds some ways to test view controllers, kinda (#292)
Inject TBAKit (for testing) (#291)
Move TBAKit in to TBA for iOS (#290)
Modifies Favorite/Subscription/MyTBAEntity to be a little bit nicer (#289)
Change bundle identifier and team (#288)
Adds MyTBASubscribable (#287)
Make Event optional on a Match (#284)
Fix alliances not showing names for offseason events (#283)
Fix crash when inserting Awards for team
Fix Event Awards overwrite when viewing Team Status, fix District Points crash, set merge policy for background contexts (#281)
Disable UI tests for now (#282)
Squashed 'subtrees/the-blue-alliance-react/' changes from 17ee69c..97aeaa7
97aeaa7 update merge
b25f668 Merge pull request #5 from the-blue-alliance/zach/npm-audit
366fedf npm audit
git-subtree-dir: subtrees/the-blue-alliance-react
git-subtree-split: 97aeaa7
Remove Team.insert, add TeamKey model relationships (#275)
Remove Team.insert, add TeamKey model relationships, audit and test data layer. Closes #275
Store MatchAlliances on Match, store breakdown on Match as JSON (#271)
- Update TBAKit to 2.0.8, convert Match red*/blue* to alliances, adds Match, MatchAlliance, and MatchVideo tests, updates consuming views for new MatchVideo type or Match compLevel enum pattern, adds TeamKey and tests