Releases: Yuri-Lima/woocommerce-rest-api-ts-lib
Releases · Yuri-Lima/woocommerce-rest-api-ts-lib
v7.0.2
7.0.2 (2023-10-22)
Bug Fixes
- upgrade typescript from 5.0.4 to 5.1.3 (b7dc7dc)
v7.0.1
7.0.1 (2023-05-20)
Bug Fixes
- upgrade axios from 1.3.5 to 1.3.6 (466cb58)
- upgrade axios from 1.3.6 to 1.4.0 (9dd8897)
v7.0.0
7.0.0 (2023-04-10)
Code Refactoring
- types/index: types exported (e765625)
BREAKING CHANGES
- types/index: Methods Get, Delete, Put, Post were updated to received Params and Data, as object
to use types.
Correction pack from v6.0.0
v6.0.0
6.0.0 (2023-03-18)
Bug Fixes
- component: params should be optional (9284915), closes #25
BREAKING CHANGES
- component: Params must be optional since we could use the endpoit with/without it
v5.0.10
5.0.10 (2023-03-18)
Bug Fixes
- upgrade axios from 1.3.2 to 1.3.3 (25afbb1)
v5.0.9
5.0.9 (2023-03-01)
Bug Fixes
- upgrade axios from 1.2.6 to 1.3.2 (a316312)
v5.0.8
5.0.8 (2023-02-24)
Bug Fixes
- upgrade axios from 1.2.5 to 1.2.6 (3483eb1)
v5.0.7
5.0.7 (2023-02-24)
Bug Fixes
- upgrade typescript from 4.9.4 to 4.9.5 (81faf99)
v5.0.6
5.0.6 (2023-02-18)
Bug Fixes
- upgrade axios from 1.2.4 to 1.2.5 (a4ed904)