File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# TeamSnap JavaScript SDK CHANGELOG
22
3+ ### June 21, 2016 // Version 1.14.0
4+ - Adds ` loadMemberPhotos ` method.
5+ - Adds ` loadMemberPhoto ` method.
6+ - Adds ` loadTeamPhotos ` method.
7+ - Adds ` loadTeamPhoto ` method.
8+
9+ ---
10+
311### June 21, 2016 // Version 1.13.5
412- Reloads ` messages ` and ` messageData ` in ` saveBroadcastEmail ` method in persistence wrapper.
513
Original file line number Diff line number Diff line change 11{
22 "name" : " teamsnap.js" ,
3- "version" : " 1.13.5 " ,
3+ "version" : " 1.14.0 " ,
44 "description" : " A JavaScript library for using the TeamSnap API." ,
55 "author" : " Jacob Wright with TeamSnap (http://www.teamsnap.com)" ,
66 "homepage" : " https://github.com/teamsnap/teamsnap-javascript-sdk" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ promises = require './promises'
33require ' ./errors'
44
55class TeamSnap
6- version : ' 1.13.5 '
6+ version : ' 1.14.0 '
77 promises : promises
88 when : promises .when
99 TeamSnap : TeamSnap
You can’t perform that action at this time.
0 commit comments