wordpress_client 8.4.7 copy "wordpress_client: ^8.4.7" to clipboard
wordpress_client: ^8.4.7 copied to clipboard

A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints.

πŸŽ‰ 4.0.0 #

  • πŸš€ Initial version, created by Stagehand

πŸ› 5.0.4 #

  • πŸ”’ Fixed Authorization Bugs

πŸ’₯ 5.1.0 #

  • πŸ”„ BREAKING CHANGE: Authorization API Change.

πŸ›  5.1.1 #

  • πŸ“ Formatting changes.

πŸ’₯ 5.2.3 #

  • πŸ”„ BREAKING CHANGE: Request API Change.

πŸ›  5.2.4 #

  • πŸ—‘οΈ Remove unused package

πŸ’₯ 5.2.5 #

  • πŸ”„ BREAKING CHANGE: Remove Author Meta & Featured Image Url Fields from Post response.

πŸ§ͺ 5.2.6 #

  • βš™οΈ Experimental Request Caching system

πŸ› 5.2.7 #

  • 🩹 Bug fix

πŸ›  5.2.8 #

  • πŸ”„ Revert author meta & featured image removal

πŸ› 5.2.9 #

  • 🩹 Bug Fix

πŸ› 5.3.0 #

  • 🩹 Bug fix

πŸ›  5.3.1 #

  • πŸ“œ Response structure fix

πŸ›  5.4.0 #

  • πŸ“¦ Packages update

πŸ›  5.4.1 #

  • πŸ”’ Null safety fix

πŸ›  5.4.2 #

  • πŸ“¦ Packages fix

πŸ›  5.4.3 #

  • πŸ“œ Total pages parsing fix

πŸŽ‰ 6.1.0-pre #

  • πŸš€ Entire API changed. (Please bear with us!)
  • 🌊 Fluency is maintained by using Dart's cascading operator.
  • ⚑ Performance and memory consumption improvements.

πŸ›  6.1.1-pre #

  • πŸ—‘οΈ Removed test package

πŸ›  6.1.2-pre #

  • πŸ“Œ Version fix

πŸ› 6.1.3-pre & 6.1.4-pre #

  • 🩹 Bug fixes

πŸŽ‰ 6.1.5-pre #

  • βž• Added Post extension for Media and Author

πŸ›  6.1.6-pre #

  • πŸ”— Support 3xx series responses (Cached Response)

πŸ›  6.1.7-pre to 6.1.9-pre #

  • πŸ”§ Refactoring & 🩹 Bug fixes

πŸŽ‰ 6.2.0-pre #

  • πŸ”§ Refactoring, πŸ”„ Request Synchronization, and πŸ› Debug Mode

πŸ›  6.2.1-pre #

  • πŸ§ͺ Misc changes

πŸŽ‰ 6.3.0 #

  • πŸš€ Major changes in the API. (Please check our wiki for setup and usage)

πŸŽ‰ 6.3.1 #

  • πŸ” Implemented search endpoint

πŸ› 6.3.4 #

  • 🩹 Bug fix with media endpoint

πŸŽ‰ 7.0.0 #

  • πŸ’₯ Major changes (Please check our documentation for more details)

πŸŽ‰ 8.0.0 #

  • πŸ’₯ Several major updates and changes. (Please refer to our wiki for setup and usage)

πŸ“– 8.0.1 #

  • πŸ“š Docs update

πŸ›  8.0.2 #

  • πŸ”½ Downgrade collection version

πŸŽ‰ 8.0.3 #

  • πŸ“€ Export response extensions

πŸ› 8.0.4 & 8.0.5 #

  • 🩹 Bug fixes and improvements

πŸ“– 8.0.6 #

  • πŸ“š Docs update

πŸ“– 8.0.7 #

  • πŸ› Bug fixes
  • βž• Introduced RequestErrorType for failure responses and optional exception & stackTrace properties
  • βž• Introduced mapGuarded(...) method to safely map a list of objects
  • βž• Introduced executeGuarded(...) method to safely execute a function
  • πŸ”§ Usual amounts of refactors and improvements

πŸ“– 8.0.8 #

  • πŸ”§ Integrated new lint rules and code refactors

πŸ“– 8.0.9 #

  • βž• Added App Password support

πŸ“– 8.0.10 #

  • πŸ›  featured_media_src_url key now decodes as expected
  • βž• Added a new decodeByMultiKeys method to decode a value from JSON by matching aganist multiple keys. Any of the key matchs, the value is returned

πŸ“– 8.0.11 #

  • βž• Added extra property to all request classes. Now you can append (or override) custom fields into the request.
  • βž• Added addAllIfNotNull(...) extension method to append valid key-values (not null) to existing map from another map.

πŸŽ‰ 8.1.0 #

  • πŸŽ‰ Added the ability to fetch the discovery endpoint of Wordpress REST API and cache the response.
    • This allows to access the site's identity details such as description and logo url, along with all the available endpoints and other details.

πŸŽ‰ 8.2.0 #

  • πŸŽ‰ Added support for Pages endpoint

πŸ›  8.2.1 #

  • πŸ›  Fixed exporting WordpressDiscovery class.

πŸ›  8.2.2 #

  • πŸ›  Bug fixes

πŸŽ‰ 8.3.0 #

  • πŸŽ‰ Supports Application Password endpoint
  • Packages update
    • dio 5.3.2 -> 5.3.3
    • collection 1.17.1 -> 1.18.0
    • meta 1.9.1 -> 1.11.0
    • test 1.24.5 -> 1.24.8

πŸ› 8.3.1 #

  • Packages downgrade
    • test 1.24.8 -> 1.24.5
  • Added avatar urls model class for users response

πŸ› 8.3.2 #

  • Packages downgrade

    • meta 1.11.0 -> 1.9.1

πŸ› 8.3.3 #

  • Packages downgrade
    • collection 1.18.0 -> 1.17.2

πŸ› 8.3.4 #

  • Media response model null exception when parsing if media details is empty. (while using embed=true)

πŸ› 8.3.5 #

  • 🩹 Bug fixes on comment list request.

πŸ› 8.3.6 #

  • 🩹 Bug fixes on enum parsing.

πŸ› 8.3.7 #

  • πŸŽ‰ Support for raw requests
    • Allows you to send requests but skip the parsing process. You can parse the response manually.
    • This allows to integrate the package along with other database packages such as drift, hive etc by allowing you to create a custom model class and integrate for the response.
  • πŸ›  Bug fixes

πŸ› 8.3.8 #

  • πŸ› Renamed retrive -> retrieve. Fix the typo

πŸ› 8.3.9 #

  • 🩹 Bug fixes
  • πŸŽ‰ Iterate over the raw response of the endpoint from the final success or failure response model using [] operator.

πŸ› 8.3.10 #

  • 🩹 Bug fixes

πŸŽ‰ 8.4.0 #

  • πŸŽ‰ Added support for Middlewares!
    • You can now create custom middlewares to intercept the request and response.
    • The middleware can be used to modify the request, response or abort the process entirely by directly throwing an exception in their processing block.
    • You can create multiple middlewares and add them to the client.
    • The middlewares are executed in the order they are added to the client.
    • Added DelegatedMiddleware if you do not wish to create a separate class for the middleware but just need to modify the request or response.
  • πŸ’₯ Removed dependency on synchronised package.
    • This package was used to synchronise the request and response processing. This now needs to be handled by the user itself.
    • it didn't make sense to restrict the requesting processing inside the library itself.

πŸ› 8.4.1 #

  • πŸŽ‰ Introduce ParallelWordpress class to generate requests and execute them in parallel, at the same time receive responses sorted using their page number.
  • πŸ›  Bug fixes

πŸ› 8.4.2 #

  • 🩹 Bug fixes
  • πŸŽ‰ Added static methods to validate base url and to discovery a website.

πŸ› 8.4.3 #

  • πŸŽ‰ New static method to check if a site is built using wordpress.

πŸ› 8.4.4 #

  • 🩹 Bug fixes

πŸ› 8.4.5 #

  • 🩹 Bug fixes

πŸ› 8.4.6 #

  • 🩹 Bug fixes
  • πŸ›  Added validations for entered baseUrl.
  • πŸ’₯Renamed executeGuarded to guardAsync and added a new guard method to guard synchronous functions.

πŸ› 8.4.7 #

  • 🩹 Bug fixes
  • πŸ›  Fix validations for entered baseUrl; Supporting sites with custom REST Api paths

Legend #

  • πŸŽ‰ New features or major changes
  • πŸ› Bug fixes
  • πŸ›  Minor fixes or tweaks
  • πŸ’₯ Breaking changes
  • πŸ”„ Changes that revert or modify previous functionality
  • πŸ“¦ Package updates
  • πŸ”’ Security updates
  • πŸ“ Documentation or formatting updates
  • πŸ§ͺ Experimental features
  • βš™οΈ System or backend changes
  • πŸ—‘οΈ Removals
  • πŸ”§ Refactoring
  • πŸ“š Documentation updates
  • πŸ” New search features or updates
  • πŸ“€ Exporting features or updates
  • πŸ”½ Downgrades or rollbacks
  • πŸ“Œ Versioning fixes or updates
  • 🌊 Flow or fluency updates
  • ⚑ Performance improvements
  • πŸ“œ Parsing or data structure changes
  • βž• Additions of new functionalities
  • πŸ”— Linking or response changes
36
likes
0
points
753
downloads

Publisher

verified publisherarunprakashg.com

Weekly Downloads

A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints.

Repository (GitHub)
View/report issues

Topics

#wordpress #fluent #crud #rest

Documentation

Documentation

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

collection, dio, http_parser, meta, path

More

Packages that depend on wordpress_client