Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 798 Bytes

todo.org

File metadata and controls

17 lines (16 loc) · 798 Bytes

check for enchancer

rename components to cache. and use components from metaregistry as components registry

immutable register api

extract interface Registry

Organize modules

version -> 0.0.1

more functional staff

write README

Write doc

CHANGES

Remove support for Classes in registerEnhancer

  • If someone requests Class, and i have enhancer for it, i will fail, cos my enhacner should extend class and this requires additional modifications of target class (default annotations).
  • If someone requests intersectionType and target is appropriate, but enhancer implement partial interfaces
  • It’s not convenient to wrap only needed class (interface is more useful in this situation)