@culturehq/client
Advanced tools
Comparing version 6.6.2 to 6.7.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.7.0] - 2018-11-20 | ||
### Added | ||
- The `cheerComment`, `uncheerComment`, and `listCommentCheers` calls. These allow directly accessing the comment instance instead of going through the associated comment entity. | ||
## [6.6.2] - 2018-11-19 | ||
@@ -11,0 +15,0 @@ ### Changed |
@@ -16,2 +16,3 @@ { | ||
"checkInEventAttendee": ["POST", "/events/:eventId/check_ins", ["userId"]], | ||
"cheerComment": ["POST", "/comments/:commentId/cheers"], | ||
"cheerEventComment": ["POST", "/events/:eventId/comments/:commentId/cheers"], | ||
@@ -194,2 +195,3 @@ "cheerEventPhoto": ["POST", "/events/:eventId/photos/:photoId/cheers"], | ||
"listApiKeys": ["GET", "/api_keys"], | ||
"listCommentCheers": ["GET", "/comments/:commentId", [], ["page"]], | ||
"listDepartmentAnalytics": ["GET", "/analytics/departments", [], ["page"]], | ||
@@ -310,2 +312,3 @@ "listDepartments": ["GET", "/departments", [], ["page"]], | ||
"subscribeToEventNotifications": ["POST", "/events/:eventId/event_notification_subscription"], | ||
"uncheerComment": ["DELETE", "/comments/:commentId/cheers"], | ||
"uncheerEventComment": ["DELETE", "/events/:eventId/comments/:commentId/cheers"], | ||
@@ -312,0 +315,0 @@ "uncheerEventPhoto": ["DELETE", "/events/:eventId/photos/:photoId/cheers"], |
@@ -20,3 +20,3 @@ "use strict"; | ||
var headers = { | ||
"X-Client-Version": "6.6.2", | ||
"X-Client-Version": "6.7.0", | ||
"Content-Type": "application/json" | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@culturehq/client", | ||
"version": "6.6.2", | ||
"version": "6.7.0", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
109945
1262