Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-25 | Node.js: used distinct placeholder for version in "package.json". | Valentin Bartenev | 1 | -1/+1 | |
This makes the "sed" instruction simpler and more portable, as the previous variant didn't work well on BSD systems due to the "\s" metacharacter. Thanks to Sergey A. Osokin <osa@FreeBSD.org.ru> for spotting this issue. Also, this should prevent accidentally creating a version 1.0.0 package. | |||||
2019-08-20 | Node.js: introducing websocket support. | Max Romanov | 1 | -1/+8 | |
2019-06-17 | Node.js: packaging new nxt_napi.h. | Max Romanov | 1 | -0/+1 | |
File nxt_napi.h (introduced in 53533ba0097c) added into packaged files list. This closes #261 issue on GitHub. | |||||
2018-12-19 | Node.js: added check for libunit version at compile time. | Alexander Borisov | 1 | -4/+5 | |
2018-12-12 | Node.js: removed unused dependency. | Valentin Bartenev | 1 | -4/+1 | |
2018-10-23 | Added ability to publish Node.js module. | Alexander Borisov | 1 | -1/+1 | |
2018-10-03 | Added Node.js support. | Alexander Borisov | 1 | -0/+29 | |