Introduction
info
To access the documentation directly click here
Versions
- v1.0.5
- v1.0.4
danger
v1.0.4 depreceated
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
Versioning Policy
Nilajs releases closely follow Semantic Versioning.
That means that with a version number x.y.z:
- when releasing critical bug fixes, we make a patch release by increasing the
znumber (ex:1.2.3to1.2.4). - when releasing new features or non-critical fixes, we make a minor release by increasing the
ynumber (ex:1.2.3to1.3.0). - when releasing breaking changes, we make a major release by increasing the
xnumber (ex:1.2.3to2.0.0).