Skip to content

Releases: johnbillion/wp-json-schemas

2.5.1

26 May 01:57
Compare
Choose a tag to compare
  • Increase the accuracy of various post type and taxonomy properties.

2.5.0

26 May 01:14
Compare
Choose a tag to compare
  • Add schemas for REST API taxonomy and post type requests, thanks @kevinwhoffman!
  • Correct a few post type and taxonomy label schemas.
  • Add some more edit context annotations to the docs.

2.4.0

22 May 00:23
Compare
Choose a tag to compare

2.3.0

07 May 22:04
Compare
Choose a tag to compare
  • Add schemas for WP_Block and WP_Block_Type.

2.2.1

27 Apr 20:03
Compare
Choose a tag to compare
  • Adjust the WP_Comment schema to allow for a comment with an empty IP address.

2.2.0

27 Apr 19:44
Compare
Choose a tag to compare
  • Add schemas for WP_Role and WP_Network.

2.1.0

26 Apr 11:00
Compare
Choose a tag to compare
  • Added a WP_REST_API_Envelope<T> interface to wp-types for enveloped REST API responses.

2.0.0

25 Apr 21:03
Compare
Choose a tag to compare
  • Renamed the WP_REST_API_Media schema to WP_REST_API_Attachment
  • Introduced collection schemas for REST API responses:
    • WP_REST_API_Posts
    • WP_REST_API_Tags
    • WP_REST_API_Categories
    • WP_REST_API_Terms
    • WP_REST_API_Users
    • WP_REST_API_Comments
    • WP_REST_API_Attachments
  • Switched the REST API schemas to use JSON Hyper-Schema, which just means they have an additional links property detailing the API structure