Skip to content

Releases: adrien2p/medusa-extender

v1.6.5

20 Apr 14:53
Compare
Choose a tag to compare

1.6.5 (2022-04-20)

Bug Fixes

  • Missing Subscriber decorator export from index (973e38c)

v1.6.4

20 Apr 11:01
Compare
Choose a tag to compare

1.6.4 (2022-04-20)

Features

  • Add the Subscriber decorator support (da12f07)

v1.6.3

19 Apr 09:07
Compare
Choose a tag to compare

1.6.3 (2022-04-19)

Bug Fixes

v1.6.2

18 Apr 18:54
Compare
Choose a tag to compare

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)

v1.6.1

21 Mar 15:26
Compare
Choose a tag to compare

1.6.1 (2022-03-21)

Features

  • Deprecate resolutionKey from API (#70) (830b730)

v1.6.0

20 Mar 10:35
Compare
Choose a tag to compare

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)

v1.5.5

12 Mar 21:20
Compare
Choose a tag to compare

1.5.5 (2022-03-12)

Bug Fixes

v1.5.4

12 Mar 18:31
Compare
Choose a tag to compare

1.5.4 (2022-03-12)

Features

  • Update logging strategy and update docs (1865868)

v1.5.2

11 Mar 12:07
Compare
Choose a tag to compare

1.5.2 (2022-03-11)

Features

  • cli: Improve the way the generate command works (#44) (c5087c3)

v1.5.1

10 Mar 22:47
Compare
Choose a tag to compare

1.5.1 (2022-03-10)

Features

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

Bug Fixes