@()@
used for escaping other directives from being executed
may render incorrecty sometimes when used multiple times on in a template file. This bug has now been resolved.
@do:
, @while():
, @for():
and @foreach():
and @switch():
have been fixed with new additional
directives such as @loop():
, @test():
, @case():
and @default:
. It is suggested to revisit the
documentation on conditional directives
to learn more about these directives.
storage clean
command in the terminal, some files may not be removed. This issue has now been resolved and all
storage files will now be removed when this command is executed.
Window
has some internal methods which are reserved can cannot be used
in routes. When these methods are called, it can lead to errors. The new fix ensures that these reserved methods are
never called and will resolve in a 404
error page.