2.1.0 (2022-11-27)
2.0.1 (2022-09-19)
- do not use extra path.posix when not needed (068e4b2)
2.0.0 (2022-09-08)
- streamline api (a807eda)
- 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
1.1.0 (2021-08-31)
- add baka annotations to allow skip and ignore files (953f4e1)
1.0.1 (2021-07-29)
- include src folder in dist (aff2da4)
1.0.0 (2021-07-29)
- streamline api (c86a521)
- use options object instead of params