Skip to content

Releases: tylergaw/jribbble

Jribbble 3.0.0

09 Apr 16:14
39125a3
Compare
Choose a tag to compare

This is a backwards-incompatible release
If you are using a 1.x or 2.x version of Jribbble, you will need to update your code. As of March 26, 2018 Dribbble API v1 no longer works. See https://developer.dribbble.com/changes/2017-12-05-api-v2/ for more info.

Jribbble 3.0 is dependency free. You do not need jQuery to use Jribbble 3

A lot of functionality has been removed from the Dribbble API, so v1 functionality is no longer available.

Jribbble 3.0 can;

  • Get the current user
  • Get the current user's shots
  • Get the current user's projects

User access tokens generated with Dribbble-approved applications can:

  • Get the current user's likes
  • Get a list of Popular shots

See: https://jribbble.glitch.me/ for Oauth access token help and live examples

At this time, it's unclear how Dribbble's approval process works. For now we included Jribbble methods to fetch likes and shots. They will 403 if your application has not been approved.

3.0.0-beta.1

06 Apr 23:07
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Rewrite for Dribbble API V2.

Reduces functionality to what's available in the API.

New Oauth setup guide https://jribbble.glitch.me/

v2.0.4

06 Apr 23:04
Compare
Choose a tag to compare
Releasing version: v2.0.4

v2.0.3

27 May 01:51
Compare
Choose a tag to compare
Releasing version: v2.0.3

v2.0.2

27 May 01:23
Compare
Choose a tag to compare
Releasing version: v2.0.2

v2.0.1

27 May 01:23
Compare
Choose a tag to compare
Releasing version: v2.0.1

2.0.0

26 May 13:32
Compare
Choose a tag to compare

Complete rewrite for the new Dribbble API