Skip to content

Latest commit

 

History

History
292 lines (149 loc) · 15.9 KB

File metadata and controls

292 lines (149 loc) · 15.9 KB

@commercetools/sync-actions

7.4.0

Minor Changes

Patch Changes

  • #1974 7c66fea Thanks @jmakkoth-ct! - Added the following recurring orders sync actions

    • setOrderSkipConfiguration
    • setStartsAt
    • setExpiresAt
    • setSchedule

7.3.1

Patch Changes

7.3.0

Minor Changes

7.2.0

Minor Changes

7.1.3

Patch Changes

  • 50bb5fd Thanks @tdeekens! - Downgrade jsondiffpatch to v0.5.0 before becoming ESM only

7.1.2

Patch Changes

7.1.1

Patch Changes

7.1.0

Minor Changes

Patch Changes

7.0.0

Major Changes

  • #1930 5a56792 Thanks @tdeekens! - # Requires Node.js v18 or later

    This releases migrates packages to require Node.js v18 or later. Ideally you should be already using Node.js v20 or later. According to Node.js Releases Node.js v18 will be in maintenance and reach End of Life by the end of April.

    Other than requiring Node.js v18 packages with this releases do not contain any internal breaking changes.

6.1.1

Patch Changes

  • #1927 a4705c19 Thanks @CarlosCortizasCT! - We found an issue in the way the jsondiffpatch was used that made this package not usable in a browser environment.

    In this version we adjust the way that package is imported and we pin a transitive dependency (chalk) to fix the error.

6.1.0

Minor Changes

  • #1921 c9d23e86 Thanks @kafis! - Introducing configuration to control the behaviour regarding generation of UpdateActions in respect to unsetting fields

6.0.0

Major Changes

5.19.2

Patch Changes

5.19.1

Patch Changes

5.19.0

Minor Changes

  • #1908 df373a1a Thanks @ChristianMoll! - Fix action keys for changeMyBusinessUnitStatusOnCreation, setMyBusinessUnitAssociateRoleOnCreation and changeCustomerSearchStatus

5.18.0

Minor Changes

  • #1903 164f1ce7 Thanks @ChristianMoll! - Add sync actions changeMyBusinessUnitStatusOnCreation, setMyBusinessUnitAssociateRoleOnCreation and changeCustomerSearchStatus

5.17.0

Minor Changes

5.16.0

Minor Changes

5.15.0

Minor Changes

5.14.0

Minor Changes

  • #1876 27f0d2b6 Thanks @jaikumar-tj! - Add support for attribute groups changeName, setKey, setDescription, addAttribute and removeAttribute actions.

5.13.0

Minor Changes

5.12.2

Patch Changes

5.12.1

Patch Changes

5.12.0

Minor Changes

  • #1863 7ed7a663 Thanks @ragafus! - Add support for StandalonePrice setKey, setValidFrom, setValidUntil, setValidFromAndUntil and changeActive actions.

5.11.0

Minor Changes

5.10.0

Minor Changes

  • #1856 9a3e3711 Thanks @qmateub! - orders sync-actions: support action on delivery items setDeliveryItems

5.9.0

Minor Changes

  • #1853 4bb8f979 Thanks @markus-azer! - types sync-actions: support the following actions changeInputHint, changeEnumValueLabel, changeLocalizedEnumValueLabel.

5.8.0

Minor Changes

  • #1852 94a376c8 Thanks @markus-azer! - types sync-actions: fix action structure for changeFieldDefinitionOrder fix internal type sync error by adding optional chaining

5.7.0

Minor Changes

  • #1850 330cd9a9 Thanks @markus-azer! - types sync-actions: fix action structure for changeLocalizedEnumValueOrder, changeEnumValueOrder

5.6.0

Minor Changes

5.5.0

Minor Changes

5.4.1

Patch Changes

5.4.0

Minor Changes

5.3.1

Patch Changes

  • #1818 856929e3 Thanks @qmateub! - fix(sync-actions/orders): adjust diff calculation of returnInfo items

5.3.0

Minor Changes

5.2.0

Minor Changes

  • cad54c42 Thanks @qmateub! - feat(sync-actions): improve performance for large arrays comparisons"

5.1.0

Minor Changes

5.0.0

Major Changes

  • #1775 35669f30 Thanks @ajimae! - Drop support for Node v10 and v12. Supported versions now are v14, v16 and v18.

4.13.0

Minor Changes

4.12.0

Minor Changes

4.11.0

Minor Changes

4.10.1

Patch Changes

  • #1770 381d1e1f Thanks @mohib0306! - Fix product selection's name update action. setName => changeName Expose createSyncProductSelections from sync-actions package

4.10.0

Minor Changes

  • #1767 1aef3423 Thanks @mohib0306! - feat(sync-actions/product-selections): add sync action support for product selections

    As product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections.