Skip to content

Commit

Permalink
Changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyruppel committed Mar 3, 2022
1 parent 66472f3 commit d5cb241
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Nothing yet!

## [v6.0.0] - 2022-03-03

This release removes the old recent activity feed.

#### Removed

- [#149] Remove recentActivity feed ([@jeremyruppel])

## [v5.0.0] - 2022-02-07

As of this version we will now put params in the POST body instead of the query
string for methods that need it.

#### Changed

- [#147] Use params for REST API client ([@jeremyruppel])

## [v4.0.0] - 2021-11-08

This release drops support for node 11.x and below, mostly due to dependencies
Expand Down Expand Up @@ -200,7 +217,9 @@ This "release" marks the start of a complete rewrite of the Flickr SDK. Once the
[v3.9.0]: https://github.com/flickr/flickr-sdk/compare/v3.8.0...v3.9.0
[v3.10.0]: https://github.com/flickr/flickr-sdk/compare/v3.9.0...v3.10.0
[v4.0.0]: https://github.com/flickr/flickr-sdk/compare/v3.10.0...v4.0.0
[Unreleased]: https://github.com/flickr/flickr-sdk/compare/v4.0.0...master
[v5.0.0]: https://github.com/flickr/flickr-sdk/compare/v4.0.0...v5.0.0
[v6.0.0]: https://github.com/flickr/flickr-sdk/compare/v5.0.0...v6.0.0
[Unreleased]: https://github.com/flickr/flickr-sdk/compare/v6.0.0...master

<!-- pull requests -->

Expand Down Expand Up @@ -232,6 +251,8 @@ This "release" marks the start of a complete rewrite of the Flickr SDK. Once the
[#138]: https://github.com/flickr/flickr-sdk/pull/138
[#139]: https://github.com/flickr/flickr-sdk/pull/139
[#144]: https://github.com/flickr/flickr-sdk/pull/144
[#147]: https://github.com/flickr/flickr-sdk/pull/147
[#149]: https://github.com/flickr/flickr-sdk/pull/149

<!-- other links -->

Expand Down
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ docs for the full list of methods and their supported arguments.
* [.groupDiscussions(args)](#Flickr.Feeds+groupDiscussions) ⇒ <code>Request</code>
* [.groupPool(args)](#Flickr.Feeds+groupPool) ⇒ <code>Request</code>
* [.forum([args])](#Flickr.Feeds+forum) ⇒ <code>Request</code>
* [.recentActivity(args)](#Flickr.Feeds+recentActivity) ⇒ <code>Request</code>
* [.recentComments(args)](#Flickr.Feeds+recentComments) ⇒ <code>Request</code>

<a name="new_Flickr_new"></a>
Expand Down Expand Up @@ -596,7 +595,6 @@ replace.then(function (res) {
* [.groupDiscussions(args)](#Flickr.Feeds+groupDiscussions) ⇒ <code>Request</code>
* [.groupPool(args)](#Flickr.Feeds+groupPool) ⇒ <code>Request</code>
* [.forum([args])](#Flickr.Feeds+forum) ⇒ <code>Request</code>
* [.recentActivity(args)](#Flickr.Feeds+recentActivity) ⇒ <code>Request</code>
* [.recentComments(args)](#Flickr.Feeds+recentComments) ⇒ <code>Request</code>

<a name="new_Flickr.Feeds_new"></a>
Expand Down Expand Up @@ -692,19 +690,6 @@ Returns a list of recent topics from the forum.
| --- | --- |
| [args] | <code>Object</code> |

<a name="Flickr.Feeds+recentActivity"></a>

#### feeds.recentActivity(args) ⇒ <code>Request</code>
Returns a list of recent comments on photostream and sets belonging to a given user.

**Kind**: instance method of [<code>Feeds</code>](#Flickr.Feeds)
**See**: https://www.flickr.com/services/feeds/docs/activity/

| Param | Type | Description |
| --- | --- | --- |
| args | <code>Object</code> | |
| args.user_id | <code>Number</code> \| <code>String</code> | The user ID to fetch recent activity for. |

<a name="Flickr.Feeds+recentComments"></a>

#### feeds.recentComments(args) ⇒ <code>Request</code>
Expand Down

0 comments on commit d5cb241

Please sign in to comment.