8.0.0 (2019-05-31)
- bump angular to 8.0 (3d5fcfc)
- core: added *repeat directive (e9b6430)
6.1.0 (2019-05-02)
- core: added *keepAlive directive (054bb78)
6.0.14 (2019-04-07)
- core: implement *isDevMode directive, will render view when isDevMode() will returns true (#6) (5d25f86)
6.0.13 (2019-04-05)
- core: added new syntax for init: *init="EXPRESSION as variable" (773a4cc)
6.0.12 (2019-04-03)
- core: added ConsolePipe: "item | console" will output to console (f03c1ed)
6.0.11 (2019-03-15)
- core: added directive NgForTrackByKey (dc64928)
6.0.10 (2019-02-11)
6.0.9 (2019-01-30)
6.0.8 (2018-11-30)
- core: added new directives: useState and useReducer (6f00d00)
- core: added new pipe CallPipe to call component methods are pure pipes (446e298)
- core: added new react hook *useEffect (b9dcf51)
- core: refactor HOC: *compose, *return; added HOC: *nest, *renameProp, *setProps; implement ComposedView (de63285)
- core: support socket.io! (6a242f1)
- core: Now *compose returns enhancer
6.0.5 (2018-10-24)
- core: fixes types for *async directive (99c47ce)
- core: added *lazy directive (15d6a28)
6.0.4 (2018-10-24)
6.0.3 (2018-10-07)
- core: fixes merge conflict (aea1d45)
- core: added *compose directive (3f41dc7)
- core: added *init directive (0978dc0)
- core: added *init directive (8ebd9df)
6.0.2 (2018-10-07)
6.0.1 (2018-10-06)
- core: created http directive (21b6409)