## Changelog --- ### [0.7.1] - 2021-03-25 - Added `top` to limit `getProducts` results - Exposed `apiClient` to call directly the API's ### [0.7.0] - 2021-03-25 - Added `Name` class - Added `getProductsTranslated` and `getProductGroupsTranslated` methods ### [0.6.1] - 2021-03-24 - Added `getProducts` method - Removed some unused properties ### [0.5.1] - 2021-03-24 - Added build types and references ### [0.5.0] - 2021-03-24 - Added `eslint` and `prettier` - Updated code based on linter rules ### [0.4.0] - 2020-11-12 - Added `ProductGroup` retrieval on `Product` - Added `ProductGroup` translations retrieval ### [0.3.0] - 2020-11-11 - Added `ProductGroup` class - Added product group fetch by ID - Added product translation fetch - `ApiClient` is now a singleton ### [0.2.0] - 2020-11-11 - Added product class - Added product fetch by ID - Added `RequestParameters` interface