v0.22.0
Version 0.22.0 is all about reducing magic in the framework and making it more expressive and modular.
Read the full Release Notes for this version here.
jaspr, jaspr_builder, jaspr_cli, jaspr_test 0.22.0
-
Breaking Changed project entrypoint conventions:
-
Any server entrypoint file must now end in
.server.dart(e.g.lib/main.server.dart). -
The generated server-side options file is now generated alongside the server entrypoint (e.g. as
lib/main.server.options.dart) containingdefaultServerOptions. -
Jaspr.initializeApp()now requires thepackage:jaspr/server.dartimport. -
The project can contain at least one client entrypoint file ending in (e.g. ) for client-side rendering (also available in mode).
-