Files
medusa-store/packages/medusa-core-utils/CHANGELOG.md
2024-01-09 18:41:35 +01:00

16 KiB

Change Log

1.2.1

Patch Changes

  • #5983 f86877586 Thanks @kasperkristensen! - fix(create-medusa-app,medusa-core-utils): Use NodeJS.Timeout instead of NodeJS.Timer as the latter was deprecated in v14. chore(icons): Update icons to latest version.

  • #6001 46d610bc5 Thanks @abusaidm! - Add missing country in admin region and set Libya to formal name

1.2.0

Minor Changes

Patch Changes

  • #3041 121b42acf Thanks @riqwan! - chore(medusa): Typeorm fixes / enhancements

    • upgrade typeorm from 0.2.51 to 0.3.11
    • Plugin repository loader to work with Typeorm update
  • #3352 aa690beed Thanks @carlos-r-l-rodrigues! - feat(medusa): Modules initializer

    Loading modules in a project

    Example

    import {
      InventoryServiceInitializeOptions,
      initialize,
    } from "@medusajs/inventory"
    
    const options: InventoryServiceInitializeOptions = {
      database: {
        type: "postgres",
        url: DB_URL,
      },
    }
    
    const inventoryService = await initialize(options)
    const newInventoryItem = await inventoryService.createInventoryItem({
      sku: "sku_123",
    })
    

1.2.0-rc.0

Minor Changes

Patch Changes

  • #3041 121b42acf Thanks @riqwan! - chore(medusa): Typeorm fixes / enhancements

    • upgrade typeorm from 0.2.51 to 0.3.11
    • Plugin repository loader to work with Typeorm update
  • #3352 aa690beed Thanks @carlos-r-l-rodrigues! - feat(medusa): Modules initializer

    Loading modules in a project

    Example

    import {
      InventoryServiceInitializeOptions,
      initialize,
    } from "@medusajs/inventory"
    
    const options: InventoryServiceInitializeOptions = {
      database: {
        type: "postgres",
        url: DB_URL,
      },
    }
    
    const inventoryService = await initialize(options)
    const newInventoryItem = await inventoryService.createInventoryItem({
      sku: "sku_123",
    })
    

1.1.39

Patch Changes

1.1.38

Patch Changes

1.1.37

Patch Changes

1.1.36

Patch Changes

1.1.35

Patch Changes

1.1.34

Patch Changes

1.1.33

Patch Changes

1.1.32

Patch Changes

  • #2210 7dc8d3a0c Thanks @srindom! - Adds computerizeAmount utility to convert human money format into the DB format Medusa uses (integer of lowest currency unit)

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.31 (2021-12-08)

Bug Fixes

  • medusa: migrate cart service to typescript (#884) (ed04132)

Features

1.1.30 (2021-11-23)

Bug Fixes

1.1.29 (2021-11-22)

Note: Version bump only for package medusa-core-utils

1.1.28 (2021-11-19)

Note: Version bump only for package medusa-core-utils

1.1.27 (2021-11-19)

Features

1.1.26 (2021-10-18)

Note: Version bump only for package medusa-core-utils

1.1.25 (2021-10-18)

Note: Version bump only for package medusa-core-utils

1.1.24 (2021-10-18)

Bug Fixes

  • use type to choose transformer before adding or replacing documents (24eecd2)

Features

1.1.23 (2021-10-18)

Bug Fixes

  • use type to choose transformer before adding or replacing documents (24eecd2)

Features

1.1.22 (2021-09-15)

Note: Version bump only for package medusa-core-utils

1.1.21 (2021-09-14)

Note: Version bump only for package medusa-core-utils

1.1.20 (2021-08-05)

Features

1.1.19 (2021-07-26)

Note: Version bump only for package medusa-core-utils

1.1.18 (2021-07-15)

Note: Version bump only for package medusa-core-utils

1.1.17 (2021-07-15)

Bug Fixes

  • better store/customer support (6342e68)

1.1.16 (2021-07-02)

Note: Version bump only for package medusa-core-utils

1.1.15 (2021-06-22)

Bug Fixes

  • adds transformer to map field names to field_id names (88d96a2)
  • release assist (668e8a7)

1.1.14 (2021-06-09)

Note: Version bump only for package medusa-core-utils

1.1.13 (2021-06-09)

Note: Version bump only for package medusa-core-utils

1.1.12 (2021-06-09)

Note: Version bump only for package medusa-core-utils

1.1.11 (2021-06-09)

Note: Version bump only for package medusa-core-utils

1.1.10 (2021-06-08)

Note: Version bump only for package medusa-core-utils

1.1.9 (2021-04-28)

Note: Version bump only for package medusa-core-utils

1.1.8 (2021-04-20)

Note: Version bump only for package medusa-core-utils

1.1.7 (2021-04-20)

Note: Version bump only for package medusa-core-utils

1.1.6 (2021-04-13)

Note: Version bump only for package medusa-core-utils

1.1.5 (2021-04-09)

Note: Version bump only for package medusa-core-utils

1.1.4 (2021-03-30)

Bug Fixes

  • don't divide zero decimal currencies (cfab2d4)

1.1.3 (2021-03-17)

Note: Version bump only for package medusa-core-utils

1.1.2 (2021-03-17)

Features

  • medusa: Add support for filtering with gt, lt, gte and lte (#190) (dd0491f)
  • medusa: cart context (#201) (dd7b306)

1.1.1 (2021-03-17)

Features

  • medusa: Add support for filtering with gt, lt, gte and lte (#190) (dd0491f)
  • medusa: cart context (#201) (dd7b306)

1.1.0 (2021-01-26)

Note: Version bump only for package medusa-core-utils

1.0.11 (2020-11-24)

1.0.10 (2020-09-09)

Bug Fixes

1.0.7 (2020-09-07)

Bug Fixes

  • medusa-core-utils: adds country utils (00cbf84)

1.0.1 (2020-09-05)

1.0.1-beta.0 (2020-09-04)

Bug Fixes

  • medusa: product variant metadata (#98) (520115a)

1.0.0 (2020-09-03)

1.0.0-alpha.30 (2020-08-28)

1.0.0-alpha.27 (2020-08-27)

Bug Fixes

  • contentful-plugin: Keep existing entry fields (eb47896)

1.0.0-alpha.24 (2020-08-27)

1.0.0-alpha.3 (2020-08-20)

1.0.0-alpha.2 (2020-08-20)

1.0.0-alpha.1 (2020-08-20)

1.0.0-alpha.0 (2020-08-20)

0.3.0 (2020-04-06)

0.2.0 (2020-04-06)

0.2.0-alpha.0 (2020-04-04)

0.1.6-alpha.0 (2020-03-24)

0.1.5-alpha.0 (2020-03-24)

0.1.4-alpha.0 (2020-03-24)

0.1.3-alpha.0 (2020-03-24)

0.1.2-alpha.0 (2020-03-24)

0.1.1-alpha.0 (2020-03-24)

0.1.0-alpha.0 (2020-03-24)

1.0.10 (2020-09-09)

Bug Fixes