mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

[breaking change] hyperdb.get() returns empty array rather than null in v3.0.0-0 #72

Closed e-e-e closed 6 years ago

e-e-e commented 6 years ago

If a key does not exist, get now returns an empty array rather than null.

hackergrrl commented 6 years ago

Nice catch. This looks consistent with what's in the README, so I think it's OK.