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

Releases: jacklul/e621-api

0.5.1

Choose a tag to compare

@jacklul jacklul released this 10 Jan 21:52

Just adding two missing methods.

0.5.0

Choose a tag to compare

@jacklul jacklul released this 26 Jun 17:04
  • Throw own exceptions on request failures (can be disabled with throwExceptions(false) method)

See README for details.

0.4.1

Choose a tag to compare

@jacklul jacklul released this 22 Jun 19:12
  • Improve error handling - do not show sensitive errors to users (getReason())

0.4.0

Choose a tag to compare

@jacklul jacklul released this 20 Jun 09:17
  • 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

Choose a tag to compare

@jacklul jacklul released this 04 Jun 17:48

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

Choose a tag to compare

@jacklul jacklul released this 20 May 13:18
Give the ability to authenticate

0.1.2

Choose a tag to compare

@jacklul jacklul released this 20 May 12:48
Correct checked variable for logging in

0.1.1

Choose a tag to compare

@jacklul jacklul released this 17 May 20:15
base_uri should be constant

0.1.0

Choose a tag to compare

@jacklul jacklul released this 17 May 20:19

Initial release