Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (11 loc) · 664 Bytes

napa-versions.md

File metadata and controls

22 lines (11 loc) · 664 Bytes

Napa.js versions

There are 2 versions of Napa.js:

  • v0.2.x (Current): This is the current stable release version.

  • v0.4.x (vNext): This is a version with new worker implementation.

Current

Current is the stable release version. It's the master branch in Napa.js repo.

vNext

vNext stands for the next release version. Version will be rolled from canary -> pre -> release.

  • v0.4.x-canary: working version with main function ready. Need to work with a patched node.

  • v0.4.x-pre: pre-release version. Work with an official node version.

  • v0.4.x: release version. Features should be stable in this version. Current will be moved to 0.4.x