Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 07:00
· 8 commits to master since this release

2.0.0 (2022-09-08)

Features

BREAKING CHANGES

  • rename baka.render to baka.compile
// old
baka.render( options: BakaOptions );

// new
baka.compile( file: string, options: CompileOptions );
  • change baka.build signature
// old
baka.build( options: BakaOptions );

// new
baka.compile( file: string, outFile: string, options: BuildOptions );
  • remove baka lite