Hi,
I understand leveldown@v5 is the minimum version for Node.js 12 support.
Is it feasible to add Node.js 12 support to v4? I'd be happy to help out, but curious if it's a lost cause from the start.
I ask because I am working on updating level-party. I was able to get it to run on Node.js 10 and 11 by having it use a combination of levelup@1.x and leveldown@4.x (from leveldown@1.x.
It seems a refactor to leveldown@5x would require a refactor to abstract-leveldown@v6 and levelup@2.x+, which has some changes to encodings. If it's possible to add Node.js 12 support to v4, I could avoid the big reactor for now.
Hi,
I understand
leveldown@v5is the minimum version for Node.js 12 support.Is it feasible to add Node.js 12 support to v4? I'd be happy to help out, but curious if it's a lost cause from the start.
I ask because I am working on updating
level-party. I was able to get it to run on Node.js 10 and 11 by having it use a combination oflevelup@1.xandleveldown@4.x(fromleveldown@1.x.It seems a refactor to
leveldown@5xwould require a refactor toabstract-leveldown@v6andlevelup@2.x+, which has some changes to encodings. If it's possible to add Node.js 12 support to v4, I could avoid the big reactor for now.