v1.6.0 release notes
Features:
- Remade components:
- Each component file can be presented by
ifnode/core/Componentinherited class or this class instance, any simple class or any variable - Any Component-based classes are Singletons and
ifnodeautomatically will create instance from those classes with related configuration fromapp.configwhen component will be imported by name inappinstance, by - Any non-Component-based classes or variables can be imported by special
app.componentmethod, byapp.requireor simple node.jsrequire
- Each component file can be presented by
- Added
app.componentmethod. - Added
ifnode/core/PLUGIN_TYPESwith all supported plugins types
Changes:
- Refactored base core classes
- Improved test cases
- Updated
uuidandlodashmodules