Releases: joneff/baka
Releases · joneff/baka
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2022-09-08)
Features
- streamline api (a807eda)
BREAKING CHANGES
- rename
baka.render
tobaka.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