mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

Change diff API to return hyperdb node objects #23

Closed hackergrrl closed 6 years ago

hackergrrl commented 6 years ago

Return full node objects instead of just key + values. Also, the diff objects have the property values instead of value to be more accurate.

Danger! Breaking change!