medusa-extender

Medusa on steroid, take your medusa project to the next level with some badass features

MIT License

Downloads
1.1K
Stars
321
Committers
8

Bot releases are hidden (Show)

medusa-extender - v1.8.8 Latest Release

Published by adrien2p over 1 year ago

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)
medusa-extender - v1.8.3

Published by adrien2p almost 2 years ago

Bug Fixes

  • Medusa load config were not using the #rootDir anymore (0d19e0d)
medusa-extender - v1.8.2

Published by adrien2p almost 2 years ago

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)
medusa-extender - v1.8.0

Published by adrien2p almost 2 years ago

Features

Upgrade

  • Required auth on store routes now enforce the customer to be authenticated and is no longer optional
medusa-extender - v1.7.8

Published by adrien2p almost 2 years ago

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)
medusa-extender - v1.7.7

Published by adrien2p almost 2 years ago

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)
medusa-extender - v1.7.5

Published by adrien2p about 2 years ago

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

medusa-extender - v1.7.4

Published by adrien2p about 2 years ago

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)
medusa-extender - v1.7.2

Published by adrien2p over 2 years ago

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)
medusa-extender - v1.7.0

Published by adrien2p over 2 years ago

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)
medusa-extender - v1.6.5

Published by adrien2p over 2 years ago

1.6.5 (2022-04-20)

Bug Fixes

  • Missing Subscriber decorator export from index (973e38c)
medusa-extender - v1.6.4

Published by adrien2p over 2 years ago

1.6.4 (2022-04-20)

Features

  • Add the Subscriber decorator support (da12f07)
medusa-extender - v1.6.3

Published by adrien2p over 2 years ago

1.6.3 (2022-04-19)

Bug Fixes

medusa-extender - v1.6.2

Published by adrien2p over 2 years ago

1.6.2 (2022-04-18)

Features

  • cli: Add revert method to the migrate command (cce22c0)
  • cli: On init add watch script in order to be able to run with hot reload on changes (a8e721f)
  • cli: Update service template (33a7dc9)

Bug Fixes

  • cli: updateModuleImports method (f4db805)
  • constants: incorrect casing for draftOrderService in MEDUSA_RESOLVER_KEYS (#79) (fbbbebd)
medusa-extender - v1.6.1

Published by adrien2p over 2 years ago

1.6.1 (2022-03-21)

Features

  • Deprecate resolutionKey from API (#70) (830b730)
medusa-extender - v1.6.0

Published by adrien2p over 2 years ago

1.6.0 (2022-03-20)

Features

  • cli: Add new 'init' command to setup a medusa project using the extender (#55) (24f8317)
  • cli: Allow chainable options for the generate command and auto update module for each new component (#51) (0a84360)
  • cli: Improve service template (dfc6819)
  • cli: Update service template to include a static resolutionKey property for easy usage (cba394d)
  • Dynamic module enables you to create customizable modules to register components dynamically (e34168e)
  • modules/multi-tenancy: Provide an internal (optional) modules for multi-tenancy architecture (#46) (de37aa5)
  • Provide an Omit utility (a04f7cb)

Bug Fixes

  • cli: Entity Template (55f4a3a)
  • cli: Migrate command should pass the database_database configuration for sqlite connection (37cc0bb)
  • cli: Normalize path to work on any platform (#59) (2a6354e)
  • Export validator from "medusa-extender" lib (#61) (c5e54cd)
  • Monitoring module log typo (50da54c)
  • Repository loader log typo (46c898a)
  • starters: Build config to allow medusa to discover native expected directories. eg. subscribers (#52) (988d11b)
medusa-extender - v1.5.5

Published by adrien2p over 2 years ago

1.5.5 (2022-03-12)

Bug Fixes

medusa-extender - v1.5.4

Published by adrien2p over 2 years ago

1.5.4 (2022-03-12)

Features

  • Update logging strategy and update docs (1865868)
medusa-extender - v1.5.2

Published by adrien2p over 2 years ago

1.5.2 (2022-03-11)

Features

  • cli: Improve the way the generate command works (#44) (c5087c3)
medusa-extender - v1.5.1

Published by adrien2p over 2 years ago

1.5.1 (2022-03-10)

Features

  • Add CLI for components generation and migration management (#41) (41a41d2)

Bug Fixes