This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
v3.0.0
Changed
- Destroy with
location
andprefix
only (#116) (@ralphtheninja) - Replace
util.inherits
withinherits
module (8db16c1
) (@ralphtheninja) - Change copyright years to "2012-present" (
7017edd
) (@ralphtheninja) - Simplify license description (#141) (@vweevers)
- Update
package.json
description 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
remark
tooling (#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
,ArrayBuffer
andUint8Array
values withasBuffer
option (#146) (@vweevers)
Fixed
- Add original copyright owner (Max Ogden) (#141) (@vweevers)
- Replace
level.js
in 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
ArrayBuffer
cursor key toBuffer
(#130) (@vweevers) - Catch IndexedDB key and value errors (#139) (@vweevers)
- Use
setImmediate
with callback in_close()
(#111) (@ralphtheninja) - Whitelist npm package files (#126) (@vweevers)
- Avoid
instanceof Date
for 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
levelup
from destroy tests (#136) (@ralphtheninja)