Skip to content

Latest commit

 

History

History
199 lines (118 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

199 lines (118 loc) · 3.39 KB

[4.2.0] - 2024-12-31

  • Update copyright year
  • Dependency updates

[4.1.0] - 2024-12-16

  • Update init for package
  • Support Nylo v6
  • Dependency updates

[4.0.5] - 2024-11-27

  • Fix wpAuth method

[4.0.4] - 2024-11-27

  • Fix auth issue
  • Dependency updates

[4.0.3] - 2024-11-25

  • Dependency updates

[4.0.2] - 2024-11-23

  • Dependency updates

[4.0.1] - 2024-11-08

  • Dependency updates

[4.0.0] - 2024-11-06

  • Update package to use nylo_support v6
  • Dependency updates

[3.5.13] - 2024-07-14

  • Dependency updates

[3.5.12] - 2024-07-06

  • Dependency updates

[3.5.11] - 2024-06-21

  • Readme update
  • Dependency updates

[3.5.10] - 2024-06-15

  • Dependency updates

[3.5.9] - 2024-05-14

  • Dependency updates

[3.5.8] - 2024-05-06

  • Dependency updates

[3.5.7] - 2024-05-02

  • Dependency updates

[3.5.6] - 2024-04-26

  • Dependency updates

[3.5.5] - 2024-04-23

  • Dependency updates

[3.5.4] - 2024-04-02

  • Dependency updates

[3.5.3] - 2024-03-28

  • Dependency updates

[3.5.2] - 2024-03-27

  • Dependency updates

[3.5.1] - 2024-03-21

  • Dependency updates

[3.5.0] - 2024-03-18

  • Breaking change WPJsonAPI.initWith is now WPJsonAPI.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 and WpUserInfoResponse
  • Added version to WpJsonAPI 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

[3.4.0] - 2024-03-15

  • Added new networking methods for WooCommerce Points and Rewards
  • Dependency updates

[3.3.4] - 2024-01-01

  • Update license date
  • Dependency updates
  • Add GitHub actions

[3.3.3] - 2023-10-05

  • Use Dio instead of the http library
  • Dependency updates

[3.3.2] - 2022-02-20

  • Add logo to package.

[3.3.1] - 2022-12-28

  • Fix updating meta for users
  • Dependency updates

[3.3.0] - 2022-09-01

  • Dependency updates

[3.2.0] - 2022-07-08

  • New API to delete an account
  • Update code docs

[3.1.3] - 2021-09-03

  • Add roles to wp_user_info_response

[3.1.2] - 2021-09-02

  • Ran flutter format

[3.1.1] - 2021-09-02

  • Update readme

[3.1.0] - 2021-09-02

  • Ability to add and remove roles from a user
  • Dependency updates

[3.0.0] - 2021-04-10

  • Added null safety support
  • Dependency updates

[2.0.0] - 2020-11-18

  • Support for v2.0.0 wp-json-api WordPress plugin

[0.1.4] - 2020-06-16

  • 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

[0.1.3] - 2020-06-03

  • pubspec.yaml update

[0.1.2] - 2020-05-01

  • Readme update

[0.1.1] - 2020-04-30

  • Readme update

[0.1.0] - 2020-04-30

  • pubspec.yaml desc change, updates to networking class and readme

[0.0.1] - 2020-04-06

  • Initial Release