Skip to content

0.32.0

Compare
Choose a tag to compare
@aliokan aliokan released this 31 Oct 12:41
· 6 commits to master since this release

Features

@public added for BasicStaticFlowCompiler. Every id that is not declared public won't be accessible and visible from the context locator or another file/context.

Set isPublic visible from outside with @public annotation
@context
{
	@public
	isPublic = 'isPublic';
	
	isPrivate = 'isPrivate';
}

Enhancements

  • Invalid flow expressions should throw an error #242
  • Module runtime dependencies checking happens only in debug mode. #241

Bugfixes

  • Fix @AfterMapping scope issue #239
  • state keyword is failing with flow when it's declared alone. #240

Experimental

  • hexCommand repository added. It's a lightweight fork of hexMVC best practices. More infos will come in future releases.