Releases: johnbillion/wp-json-schemas
Releases · johnbillion/wp-json-schemas
2.5.1
- Increase the accuracy of various post type and taxonomy properties.
2.5.0
- 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
- Add a schema for REST API search results, thanks @kevinwhoffman!
2.3.0
- Add schemas for
WP_Block
andWP_Block_Type
.
2.2.1
- Adjust the
WP_Comment
schema to allow for a comment with an empty IP address.
2.2.0
- Add schemas for
WP_Role
andWP_Network
.
2.1.0
- Added a
WP_REST_API_Envelope<T>
interface towp-types
for enveloped REST API responses.
2.0.0
- Renamed the
WP_REST_API_Media
schema toWP_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