griddb / nodejs_client

GridDB Node.JS Client
Apache License 2.0
58 stars 83 forks source link

Add support for NodeJS versions 8/10 #12

Closed knonomura closed 5 years ago

knonomura commented 5 years ago

I'm so glad SWIG 4.0.0 has been released yesterday. http://www.swig.org/news.php

SWIG (Simplified Wrapper and Interface Generator) is used for many client libraries of GridDB.

I will add support for NodeJS versions 8/10 of GridDB Node.JS Client with SWIG 4.0.0.

https://github.com/swig/swig/blob/master/RELEASENOTES SWIG-4.0.0 summary: ... Added support for Javascript NodeJS versions 2-10. ...

knonomura commented 5 years ago

I added support for NodeJS versions 8/10 by b10f163823625e019d399b234e3bad8b40dcacf5 .