- Use Node-API and napi-rs to build native bindings for zola
- Update CI to adapt to new build process
- Update zola version to v0.17.2
- Update zola version to v0.17.1 (no v0.17.0)
- Support env variables in script update zola to next version by @kogeletey in #20
- Other minor fixes/updates with scripts in tests, getzola.js
- Fix the Github Action publishing zola-bin platform deps without bin file
- Update zola to v0.16.1 (#2)
- Update zola to v0.15.3
- Use specific versions of
zola-bin-*
in the package.json optionalDependencies, instead oflatest
- Update README.md
- support node >v14 (prev, >v16)
- (internal) seperate
zola
object fromlib\exec
tolib\zola
- minor logic fixes
- updates to documentation
- support for env variable ZOLA_BIN_PATH
- add easy to use methods - build, serve, check, init
- Error handling for zola binary file calls
- Remove async version of
exec
- Rename
exec
toexecZola
- Update
zola-bin-*
packages to respective zola version (currently 0.15.2) - Add async and synchronous versions of
exec
function inzola-bin
library - Migrate
lib
code to Typescript (which provides types for export automatically)
- Update package.json meta data
- Add READMEs