Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Releases: litert/molo.js

Release v0.2.0

03 Apr 10:29
v0.2.0
56802a1
Compare
Choose a tag to compare

Changes

  • Added injection on constructor params, setters and properties.
  • Removed package injection.
  • Disable multi-components in a same file.
  • Disable same name component and namespace under a same namespace.
  • Now entry and arguments could be omitted.
  • Allowed provider decorator in each method, instead of class level provider.
  • Splited component decorator into several decorators.
  • Renamed types into interfaces.
  • Renamed bootable into entry.