Skip to content

v1.6.0

Compare
Choose a tag to compare
@adrien2p adrien2p released this 20 Mar 10:35
· 142 commits to main since this release

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)