Skip to content

Releases: adrien2p/medusa-extender

v1.8.8

31 Jan 18:20
Compare
Choose a tag to compare

1.8.7 (2023-01-31)

Bug Fixes

  • applying middleware and routers with a specific order (36760d0)
  • async config resolution scoped to project config (447db0f)
  • medusa-config: dont run all functions immediately in medusa-config, only promises (#169) (6c0ab06)
  • async config resolution scoped to project config (66e3aeb)

v1.8.3

11 Jan 16:20
Compare
Choose a tag to compare

Bug Fixes

  • Medusa load config were not using the #rootDir anymore (0d19e0d)

v1.8.2

11 Jan 16:12
Compare
Choose a tag to compare

Features

  • Add proper error description when metadataReader fails (0522d0c)
  • add notification and payment providers (c5da2cf)

Bug Fixes

  • admin api loader should register after the core auth router (c5da2cf)
  • cli migrate command (19f3eeb)

v1.8.0

03 Jan 16:03
Compare
Choose a tag to compare

Features

Upgrade

  • Required auth on store routes now enforce the customer to be authenticated and is no longer optional

v1.7.8

06 Dec 09:09
Compare
Choose a tag to compare

Features

  • providers: add ability to register tax and fulfillment providers using medusa-extender annotations (#146) (e44ffcf)

Bug Fixes

  • multi-tenancy-module: Load the config in the service (4d59aa3)
  • unit tests (dcdc178)

v1.7.7

09 Nov 15:22
Compare
Choose a tag to compare

1.7.7 (2022-11-09)

Bug Fixes

  • when decorated and dynamic modules are loaded together presenting InjectableOptions with intersecting ComponentTypes - only entries from last one is used (#133) (de06ec5)

v1.7.5

02 Sep 21:28
Compare
Choose a tag to compare

1.7.5 (2022-09-02)

Features

  • cli: Allow to specify tenants on which to apply the migrate command (#106) (53253e7)
  • Improve event management (6d20130)

Bug Fixes

v1.7.4

27 Jul 09:32
Compare
Choose a tag to compare

1.7.4 (2022-07-27)

Features

  • Integrate module augmentation in the doc and starters (#104) (17915cd)

Bug Fixes

  • issues with routes prefixed with /admin/store to break (#103) (f913ae5)

v1.7.2

17 Jun 13:01
Compare
Choose a tag to compare

1.7.2 (2022-06-17)

Features

  • enhancement: Multi-tenancy module (e939a23)
  • multi-tenancy: Update the module to be dynamic (b3271c6)(058f6a0)
  • Remove pre-defined migration globs in favor of the end user configuration (097f25e)

Bug Fixes

  • Move migration loader in the database loader to ensure migrations order (bde1563)

v1.7.0

18 May 08:52
Compare
Choose a tag to compare

1.7.0 (2022-05-18)

Features

  • Improve starters (5c11ec4)
  • integration-tests: Improve jest config (a86f096)
  • integration-tests: Setup integration tests (#85) (12ef12f)

Bug Fixes

  • Middleware management and usage, also allow custom api endpoints (#89) (d4ddb5f)