bnoordhuis / node-iconv

node.js iconv bindings - text recoding for fun and profit!
Other
797 stars 123 forks source link

Do not use the deprecated Buffer() constructor #188

Closed lpinca closed 5 years ago

lpinca commented 5 years ago

Refs: https://github.com/nodejs/citgm/issues/605 Refs: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor

lpinca commented 5 years ago

Like #182 but this does not require a major version bump.

bnoordhuis commented 5 years ago

Thanks Luigi, landed in d8149cf and released as v2.3.1.