All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.0 (2025-01-02)
- updates deps (81916c9)
- Correctly assert whether content item should be updated when collection changes (fixes #24) (c2b157d)
- Handle new line in link tag regex (fixes #25) (4eb103a)
2.3.0 (2024-12-12)
- Updates deps, improves types a bit, removes browser note from readme due to outstanding issues (446575e)
- Skips failed items during import so that the import script continues even if some items fail to import for various reasons.
- Adds support creating detailed report file upon importing data. This can be enabled both in CLI using the
createReportFile
option or in code using the same option.
- Fixes import when multiple language variants reference same content item (fixes #19) (0aeff7a)
- Remove unnecessary handling for not found error code (fixes #20) (0383b52)
2.2.2 (2024-11-07)
- Adds missing props to element models (rich text, url slug & date time) (a552afe)
2.2.1 (2024-10-29)
- Correctly forwards 'baseUrl' config to management client (8136c68)
2.2.0 (2024-10-29)
- Handles intermediate workflow steps transitions
- updates deps (e42f04d)
- Fixes number element import transform (fixes #17) (b5b27b9)
- handles exceptions when tracking events (fixes #14) (28f3ea9)
2.1.1 (2024-10-08)
- updates deps which fixes possibility of sending incorrect headers (1dbf50f)
2.1.0 (2024-10-08)
2.0.0 (2024-10-03)
- Flattens element value stored to ensure that some future changes (such as support for new option) does not require breaking change
- Adds support for migrating 'display_timezone' value between envrionments. To support this, it was required to change the contract for DateTime element value type.
- Adds support for migrating 'display_timezone' value between envrionments. To support this, it was required to change the contract for DateTime element value type. (9d00460)
- Flattens element value stored to ensure that some future changes (such as support for new option) does not require breaking change (d618afa)
- updates deps (7f1d466)
- uses
buffer
npm package (40b50d5)
- adds processing for asset links (2e5a3df)
- Update number transform to check for nullish values (94041bd)
- update number transform to check for nullish values instead of falsey ones (6562bd9)
1.5.1 (2024-09-09)
- fix importing asset description to non-existent language (571edd9)
1.5.0 (2024-08-15)
- adds support for exporting / importing asset folder assignments (a6a4372)
- updates deps (af7f3be)
- updates deps (& fixes Axios vulnerability) (1b09e9d)
1.4.0 (2024-07-30)
- updates deps & uses
changeWorkflowOfLanguageVariant
instead of deprecatedchangeWorkflowStepOfLanguageVariant
(6642938)
1.3.0 (2024-07-18)
- Changes order of MigrationItem generics (d54a9a3)
1.2.0 (2024-07-18)
- Adds support for strongly typed system props (i.e. hint for available workflows, types, collection and more) (08df178)
- updates deps (138d2ff)
1.1.0 (2024-07-16)
- Correctly use
filename
from config props (a5274cd)
1.0.1 (2024-07-10)
- Fixes commands --help (c416cbd)