=======
History
=======

0.1.0 (2025-04-29)
------------------

* First release on PyPI
* Support for core WordPress REST API endpoints (posts, pages, media, users, comments, etc.)
* Authentication methods: Application Passwords, Basic Auth, OAuth1
* Custom post types and taxonomies support 
* Custom fields (post meta) support
* Block patterns support (WordPress 5.8+)
* Comprehensive error handling with specific exception types
* Full type annotations for better IDE integration
* Automatic request retries with configurable parameters
* Complete test suite with mock HTTP testing
* Documentation with Read the Docs integration