techniq / node-pn532

Native Node.js driver for the PN532 NFC chip
70 stars 31 forks source link

DEP0079 Node 10.12 #18

Closed jasonh9 closed 5 years ago

jasonh9 commented 5 years ago

util.inspect() custom symbol deprecated, using [util.inspect.custom]() instead.

techniq commented 5 years ago

Thanks @jasonh9. It's been a while since I've used this library (still running in production though). I'll try to get a new release out in a day or two (hopefully). I'm assuming I should also bump the engine dependency up. is 10.12 the first version to support this change?

jasonh9 commented 5 years ago

Version | Changes

v11.0.0 | End-of-Life. v10.0.0 | Runtime deprecation. v8.7.0 | Documentation-only deprecation.

thanks for creating this project.

techniq commented 5 years ago

@jasonh9 Thanks again for this, and sorry for the delay. I ended up bumping the node engine version to 8.0.0 (util.inspect.custom was added in 6.6.0 but I thought 8.0.0 was a descent version watermark.

I published this as 1.0.0 (only took 4 years to get to that point :smile). I'm interested to know if this version works for you, and what you might be building with the library.