Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

Releases: jacklul/e621-api

0.5.1

10 Jan 21:52
Compare
Choose a tag to compare

Just adding two missing methods.

0.5.0

26 Jun 17:04
Compare
Choose a tag to compare
  • Throw own exceptions on request failures (can be disabled with throwExceptions(false) method)

See README for details.

0.4.1

22 Jun 19:12
Compare
Choose a tag to compare
  • Improve error handling - do not show sensitive errors to users (getReason())

0.4.0

20 Jun 09:17
Compare
Choose a tag to compare
  • Add missing methods for Dmail entity
  • User agent nis o longer required but recommended to be set through options
  • Allow client options setting per each request

0.3.0

04 Jun 17:48
Compare
Choose a tag to compare

BACKWARDS COMPATIBILITY BREAKING CHANGES

  • setRequestProgressHandler renamed to setProgressHandler
  • setAuth and unsetAuth renamed to login and logout accordingly
  • Improved request failure handling
  • User agent is no longer required (by default will use a string displaying library versions - E621API/0.3.0 GuzzleHttp/6.3.0 PHP/7.1.3)

0.2.0

20 May 13:18
Compare
Choose a tag to compare
Give the ability to authenticate

0.1.2

20 May 12:48
Compare
Choose a tag to compare
Correct checked variable for logging in

0.1.1

17 May 20:15
Compare
Choose a tag to compare
base_uri should be constant

0.1.0

17 May 20:19
Compare
Choose a tag to compare

Initial release