- Update copyright year
- Dependency updates
- Update
init
for package - Support Nylo v6
- Dependency updates
- Fix
wpAuth
method
- Fix auth issue
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Update package to use nylo_support v6
- Dependency updates
- Dependency updates
- Dependency updates
- Readme update
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Dependency updates
- Breaking change
WPJsonAPI.initWith
is nowWPJsonAPI.init
- Refactor project
- Ability to save user token for future requests
- New WpUser model for user data
- New wcRegister method for networking class
- Add more data to
WpUserLoginResponse
andWpUserInfoResponse
- Added
version
toWpJsonAPI
class - New
WPJsonAPI.wpLogin
method to login a user - New
WPJsonAPI.wpLogout
method to logout a user - New
WPJsonAPI.wpUserLoggedIn
method to check if a user is logged in - New
WPJsonAPI.wpUser
method to get the current user - New
WPJsonAPI.wpUserId
method to get the current user's ID - New
WPJsonAPI.wpUserToken
method to get the current user's token - New
WPJsonAPI.wpAuth
method to authenticate the previously logged in user - Added Storage key to
WPJsonAPI
class - New docs added to Readme
- Dependency updates
- Added new networking methods for WooCommerce Points and Rewards
- Dependency updates
- Update license date
- Dependency updates
- Add GitHub actions
- Use Dio instead of the http library
- Dependency updates
- Add logo to package.
- Fix updating meta for users
- Dependency updates
- Dependency updates
- New API to delete an account
- Update code docs
- Add roles to wp_user_info_response
- Ran flutter format
- Update readme
- Ability to add and remove roles from a user
- Dependency updates
- Added null safety support
- Dependency updates
- Support for v2.0.0 wp-json-api WordPress plugin
- Meta data now is returned for users
- Ability to store, update and delete meta data on WP_User
- Throw exceptions for requests
- Handle async await in callback
- Updated models
- Refactor model file names
- More documentation added in code
- pubspec.yaml update
- Readme update
- Readme update
- pubspec.yaml desc change, updates to networking class and readme
- Initial Release