Releases: dkress59/wordpress-api-client
Releases · dkress59/wordpress-api-client
v0.4.9
09 Feb 10:14
Compare
Sorry, something went wrong.
No results found
v0.4.8
07 Aug 13:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
implements the defaultQuery argument on the .{postType}.total() methods
v0.4.6
25 Jan 17:19
Compare
Sorry, something went wrong.
No results found
new method .{postType}.total()
reverted .{postType}.find() in favour of:
new method .{postType}.dangerouslyFindAll()
v0.4.5
20 Jan 19:46
Compare
Sorry, something went wrong.
No results found
typings for Yoast! SEO now included
internal imports repaired (+ no-restricted-imports rule added)
v0.4.4
08 Jan 16:06
Compare
Sorry, something went wrong.
No results found
allows for options.onError to be asynchronous
fixes delete query param to be overridden for DELETE requests
v0.4.3
06 Jan 17:26
Compare
Sorry, something went wrong.
No results found
introduction of TRASHABLE constant (appends &force=true to the URIs of delete requests for non-trashable objects)
v0.4.2
05 Jan 00:15
Compare
Sorry, something went wrong.
No results found
.media.create() fix
.media.create() improvements
v0.4.1
04 Jan 19:51
Compare
Sorry, something went wrong.
No results found
basic auth improvements
jwt auth improvements
v0.4.0
04 Jan 10:12
Compare
Sorry, something went wrong.
No results found
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