Skip to content

v1.6.0 release notes

Choose a tag to compare

@ilfroloff ilfroloff released this 03 May 06:32
· 67 commits to master since this release

Features:

  • Remade components:
    • Each component file can be presented by ifnode/core/Component inherited class or this class instance, any simple class or any variable
    • Any Component-based classes are Singletons and ifnode automatically will create instance from those classes with related configuration from app.config when component will be imported by name in app instance, by
    • Any non-Component-based classes or variables can be imported by special app.component method, by app.require or simple node.js require
  • Added app.component method.
  • Added ifnode/core/PLUGIN_TYPES with all supported plugins types

Changes:

  • Refactored base core classes
  • Improved test cases
  • Updated uuid and lodash modules