This repository was archived by the owner on Dec 2, 2024. It is now read-only.
v3.0.0
Changed
- Destroy with
locationandprefixonly (#116) (@ralphtheninja) - Replace
util.inheritswithinheritsmodule (8db16c1) (@ralphtheninja) - Change copyright years to "2012-present" (
7017edd) (@ralphtheninja) - Simplify license description (#141) (@vweevers)
- Update
package.jsondescription and keywords (#141) (@vweevers)
Added
- Add
CHANGELOG.md(#107, #115) (@ralphtheninja, @vweevers) - Add
UPGRADING.md(#143) (@vweevers) - Add
CONTRIBUTORS.md(replacesCOLLABORATORS.md) (#141) (@vweevers) - Add
standard(#112) (@ralphtheninja) - Document constructor (#119) (@ralphtheninja)
- Document type support (#125, #143) (@vweevers)
- Add
remarktooling (#141, #143, #147) (@vweevers) - Test default and custom prefix (#124) (@vweevers)
- Test all key types of IndexedDB Second Edition (#130) (@vweevers)
- Test illegal value types (#118) (@vweevers)
- Test illegal and stringified key types (#139) (@vweevers)
- Test
Buffer,ArrayBufferandUint8Arrayvalues withasBufferoption (#146) (@vweevers)
Fixed
- Add original copyright owner (Max Ogden) (#141) (@vweevers)
- Replace
level.jsin documentation to match npm namelevel-js(#121) (@ralphtheninja) - Force airtap's browserify to use latest
buffer@5(#122) (@vweevers) - Don't stringify keys (except fallbacks, booleans and
NaN) (#130) (@vweevers) - Fix conversion of
ArrayBuffercursor key toBuffer(#130) (@vweevers) - Catch IndexedDB key and value errors (#139) (@vweevers)
- Use
setImmediatewith callback in_close()(#111) (@ralphtheninja) - Whitelist npm package files (#126) (@vweevers)
- Avoid
instanceof Datefor cross-realm support (#129) (@vweevers) - Fix wrong release date for
3.0.0-rc1(43a702b) (@ralphtheninja)
Removed
- Remove
test/levelup-test.js(#134) (@ralphtheninja) - Remove
levelupfrom destroy tests (#136) (@ralphtheninja)