Skip to content

Releases: MarkSuckerberg/typeble

v0.5.0

12 Mar 03:49
00533ff

Choose a tag to compare

  • Goes back to raising an error, but this time it uses a special error subtype that includes the response for error handling

Full Changelog: v0.4.1...v0.5.0

v0.4.1

12 Mar 03:12
a5a16e9

Choose a tag to compare

  • Moves error handling out of the main API access function so users can actually do error handling for themselves

Full Changelog: v0.3.1...v0.4.1

v0.3.1

08 Aug 18:53
v0.3.1
1f2f7e3

Choose a tag to compare

  • Actually adds the block type filter functions to the index

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Aug 18:48
v0.3.0
75875a2

Choose a tag to compare

  • Adds filter functions for different block types
  • Adds support for posts from broken blogs in post trails

Full Changelog: v0.2.1...v0.3.0

v0.2.1

04 Aug 01:05
v0.2.1
7e3c38e

Choose a tag to compare

  • Allows GetNotes to use basic API key auth

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Aug 00:51
v0.2.0
e1ac41e

Choose a tag to compare

  • Adds user/like, user/dislike, and blog/{blogid}/notes
  • BREAKING: Reorganises GetPost
  • Adds support for basic auth with an API key (OAuth2 consumer ID)

Full Changelog: v0.1.1...v0.2.0

v0.1.1 — Initial Prerelease

02 Aug 19:32
d299140

Choose a tag to compare

Initial pre-release which covers all of the most important endpoints with a somewhat adequate amount of documentation.