Vincent Weevers

Results 54 issues of Vincent Weevers

Per the feature request of https://github.com/Level/community/issues/106. Will add two methods: ```js await db.put('love', 'u') await db.has('love') // true await db.hasMany(['love', 'hate']) // [true, false] ``` Tasks: - [x] `level-supports` (6.2.0):...

enhancement

Adds support of two methods: ```js await db.put('love', 'u') await db.has('love') // true await db.hasMany(['love', 'hate']) // [true, false] ``` Ref: https://github.com/Level/community/issues/142

enhancement
semver-minor