Skip to content

2.3.0

Compare
Choose a tag to compare
@amanteaux amanteaux released this 25 Jan 14:57
· 214 commits to master since this release

Changelog

Upgrade instructions (for an existing project)

  • Upgrade plume-ts-di to version 1.2.4
  • Upgrade ts-transformer-classname to version 2.0.0
  • Delete di-transformer-adapter.ts file
  • In the tsconfig.json file, replace the plugins block by:
    • { "transform": "ts-transformer-classname", "import": "diTransformerAdapter" },
    • { "transform": "ts-transformer-classname", "import": "classNameTransformer" }