idosell 0.4.27 → 0.4.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -5,11 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.4.32] - 2025-05-19
9
+ ### Changed
10
+ - Fixed some latest types
11
+ - Fxied paging
12
+
13
+ ## [0.4.30] - 2025-05-07
14
+ ### Changed
15
+ - Updated to Idosell Rest API v8.1
16
+ - Some methods removed from api v8.1, still availible through v7 enpoints - version is enforced for those enpoints
17
+
8
18
  ## [0.4.27] - 2025-04-06
19
+ ### Changed
9
20
  - Addded missing promotions types
10
21
  - Fixed paging for promotions
11
22
 
12
23
  ## [0.4.25] - 2025-04-04
24
+ ### Changed
13
25
  - Updated to v7.19
14
26
  - Added promotion routes
15
27
  - Changed routes that have ProductsProducts to Products like getProductsToFacebookCatalog (before: getProductsProductsToFacebookCatalog)