- Lots of stuff between 0.11.1 and now, omitted updating changelog
- Switch to allowing writes of empty values: null, undefined, '', []
- Adjust approximate-size-test.js to account for snappy compression
- Introduce _setupIteratorOptions() method to fix options object prior to _iterator() call; makes working with gt/gte/lt/lte options a little easier (@rvagg)
- Refactor duplicated versions of isTypedArray into util.js (@rvagg)
- Refactor duplicated versions of 'NotFound' checks into util.js, fixed too-strict version in get-test.js (@rvagg)
- Relax check for 'Not Found: ' in error message to be case insensitive in get-test.js (@rvagg)
- Added test for gt, gte, lt, lte ranges (@dominictarr)