Skip to content

Releases: tumblr/tumblr.js

v5.0.0

22 Feb 12:58
a957272
Compare
Choose a tag to compare

What's Changed

See the CHANGELOG for details.

New Contributors

Full Changelog: v4.0.1...v5.0.0

v4.0.1

01 Sep 13:06
3d3c07d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

28 Aug 13:02
aeb304a
Compare
Choose a tag to compare

See notes in the changelog.

What's Changed

New Contributors

Full Changelog: v3.0.1...v4.0.0

v4.0.0-alpha.0

18 Aug 13:19
bf870c8
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

This is a prerelease for v4.

Generated release notes below


What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0-alpha.0

v3.0.1

24 Dec 01:08
fea5926
Compare
Choose a tag to compare

What's Changed

  • remove contributor license agreement by @sndsgd in #102
  • Add Typescript signature for TumblrClient.getRequest by @gravityrail in #106
  • Add YAML validation to bootstrap GitHub workflows by @sanmai in #107
  • Add testing workflow, nuke .travis.yml by @sanmai in #108

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

28 Jul 17:30
80bf8a4
Compare
Choose a tag to compare
  • The default API_BASE_URL now no longer includes the /v2/ path.
  • All of the endpoints used in the library's helper methods now include the /v2/ path instead.
  • If you provide a baseUrl that includes a path, you will see a warning.
  • Query string parameters passed in via getRequest() 's apiPath argument are preserved.

v2.0.2

20 May 15:45
95f65fe
Compare
Choose a tag to compare

Simply updates to version 2.88.0 of request.

v2.0.0

13 Jun 21:13
1338118
Compare
Choose a tag to compare
  • Update dependencies
  • Drop Node 0.12 support & test with versions 6, 8 & 10
  • Start adding Typescript definitions
  • Support multiple images in a photo post

v1.1.0

30 Jun 14:38
Compare
Choose a tag to compare
  • Support for passing options object instead of individual arguments
  • Promise support using returnPromises option (defaults to off)

v1.0.0

09 May 17:50
Compare
Choose a tag to compare

Substantial refactor of the tumblr.js library.

  • Naming of API method standardized. This is a breaking change, but switching to the new method names is straightforward!
  • Rewritten method implementation to make it easier to map methods to API endpoints
  • Tumblr API baseUrl is now customizable, if that's your jam
  • data64 support where it makes sense
  • Split tumblr.js REPL into a separate repository to keep dependency weight down
  • Oh yeah, we updated all the dependencies and devDependencies
  • Dropped Browserify support. Sorry, but you probably won't miss it.
  • Added eslint rules
  • New mocha tests