Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-27 | Added trailing zero to version string. | Valentin Bartenev | 1 | -1/+1 | |
While it looks nicer without zero 3-rd version number, this should improve interoperability. Version string can be parsed or used for sorting. And it is easier to handle and less confusing when there is constant number of version parts. Moreover, NPM also expects version format with 3 parts. So ".0" has already been used in Node.js module version. | |||||
2019-02-22 | Improvement and unification of version processing in build scripts. | Alexander Borisov | 1 | -7/+3 | |
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926). | |||||
2018-12-19 | Node.js: added check for libunit version at compile time. | Alexander Borisov | 1 | -0/+5 | |
2018-10-23 | Added ability to publish Node.js module. | Alexander Borisov | 1 | -0/+27 | |