Skip to content

Releases: dkress59/wordpress-api-client

v0.4.9

09 Feb 10:14

Choose a tag to compare

  • dependency upgrade

v0.4.8

07 Aug 13:25

Choose a tag to compare

  • fixes typings for .media.create(), .media.update() and .media.delete()
  • emits declaration files in order to suppress user-facing errors

v0.4.7

06 Aug 16:57

Choose a tag to compare

  • implements the defaultQuery argument on the .{postType}.total() methods

v0.4.6

25 Jan 17:19

Choose a tag to compare

  • new method .{postType}.total()
  • reverted .{postType}.find() in favour of:
  • new method .{postType}.dangerouslyFindAll()

v0.4.5

20 Jan 19:46

Choose a tag to compare

  • typings for Yoast! SEO now included
  • internal imports repaired (+ no-restricted-imports rule added)

v0.4.4

08 Jan 16:06

Choose a tag to compare

  • allows for options.onError to be asynchronous
  • fixes delete query param to be overridden for DELETE requests

v0.4.3

06 Jan 17:26

Choose a tag to compare

  • introduction of TRASHABLE constant (appends &force=true to the URIs of delete requests for non-trashable objects)

v0.4.2

05 Jan 00:15

Choose a tag to compare

  • .media.create() fix
  • .media.create() improvements

v0.4.1

04 Jan 19:51

Choose a tag to compare

  • basic auth improvements
  • jwt auth improvements

v0.4.0

04 Jan 10:12

Choose a tag to compare

  • conversion to Yarn3 (zero-install)
  • removal of static collectors
    • possible re-introduction in the future
  • dependency update
  • POST_STATUS_MAP moved back to src/factories.ts
  • POST_TYPE_MAP moved back to src/factories.ts