Compatibility with Bobril 20.*
- updated fun-model to 7.*.
Compatibility with Bobril 14.0.0
Improved typesafetyness with Bobril 13.
Used and set component factory.
New way how to write components in Bobril.
Upgraded fun-model for "Removed default replace handler from createAction. Use the new createReplaceAction instead".
Added way to detect forceShouldChange enabled component, by having it always available in ctx. Simplified code in route component. Fixed and simplified tests by b.syncUpdate() feature.
Upgraded fun-model for createParamLessAction and support for nullability in cursors.
Upgraded fun-model and fixed new bootstrap api. Fixed tsc restrictions.
Upgraded fun-model for state freezing feature. This supports detection of immutability violation in development by throwing exception. Debug mode is enabled if you have set debugCallback in bootstraping. Thanks for the idea of GMC Software Team.
Added optional parentRouteName to IRouteData for nested route components and its routing.
Added support for passing cursors map into component factory.
Changed creation of Bobflux components. Components are created as virtual through createVirtualComponent.
Added and generated "types": "index.d.ts" into package.json. Supported by TS 2.0.