Skip to content

2.0.0-beta.9

Choose a tag to compare

@lahmatiy lahmatiy released this 04 Mar 16:46
  • Added inspector and router options in model's view config
  • Changed prepare modules handling. Now a prepare module should export a function instead of calling discovery.setPrepare() method and no more discovery (a reference to App or Widget instance) injected into module's scope.
  • Added support for a common prepare function. When modelBaseConfig.prepare is set it invokes for every model, right before model's prepare if any.
  • Added config change detection on server's asset bundling, it eliminates the need to restart the server on config change to get assets according changes