Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file.

Additions

  • Content blocks can now be pretty printed and have default repr methods

Changes

  • Complete rewrite for Tumblr API wrappers, see documentation. All documented API routes are now supported.

Changes

  • Complete rewrite, see documentation
  • Content blocks are now standalone

BugFixes

  • Fixes broken poll posting

Bug Fixes

  • Tumblr.reblog now takes to_blog parameter instead of incorrectly using from_blog as the target blog.

Breaking Changes

  • Content.poll no longer takes option_uuids or poll_uuid parameters. While these are still required in the request, they seem to be ignored and regenerated serverside.
  • The Content.poll expire_after parameter is now clamped between 1 and 7 days serverside.
  • Only one Content.poll block can be added per post. However, polls can still be added to reblogs even if the post being reblogged contains a poll.