level-version icon indicating copy to clipboard operation
level-version copied to clipboard

Some commands ignore some options.

Open brycebaril opened this issue 12 years ago • 0 comments

There is a slight drift between the way level and level-version behave in some commands because it doesn't always sniff all options.

e.g. https://github.com/brycebaril/level-version/blob/master/index.js#L90

This one is likely just a case of needing more edge case sniffing. There may be other areas that need the same work done.

or https://github.com/brycebaril/level-version/blob/master/index.js#L230

This one is a bit harder, because returning raw buffers will break the contract of level-version specifying the version of each record, so this feature in level is at odds with level-version.

brycebaril avatar Aug 15 '13 14:08 brycebaril