di v1.3.0 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • ๐Ÿ’ฅ BREAKING CHANGES

    • Provide duplications allowed.
    • โœ‚ Removed tag di. Now all public fields in injectable type will be injected.
    • Resolving node without tags, now returns all nodes of this type.
    • Now, di:"type_name" is a name:"type_name".
    • โœ‚ Removed di.Prototype(): bad practice.

    โž• Added

    • ๐Ÿท Tagging that allows specifying key value identity for types.
    • skip:"true" field tag option, that skips field providing.

    ๐Ÿ›  Fixed

    • ๐Ÿ’ฉ A bit of bad code