Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 2.37 KB

Changelog

[1.3.0-leveldb-1.2.2] - 2023-11-27

Changed

  • Upgrading Level DB to 1.2.2

1.3.0 - 2023-04-07

Changed

  • Refactor some pointer usage (#25) (d6437b4) (Robert Nagy)
  • Refactor: handle view encoding (Uint8Array) natively (#43) (b9fd5e9) (Vincent Weevers)
  • Bump and unlock napi-macros from 2.0.0 to 2.2.2 (#58) (8a4717b) (Vincent Weevers).

Fixed

  • Swap linux-arm build to use linux-arm64-lts (#71) (5ea74ab) (Cody Swendrowski)
  • Add openssl_fips variable to gyp bindings (#72) (b3f8517) (Cody Swendrowski).

1.2.0 - 2022-03-25

Added

  • Yield LEVEL_LOCKED error when lock is held (#8) (aa975de) (Vincent Weevers)

Fixed

  • Fix getMany() memory leak (#9) (00364c7) (Vincent Weevers).

1.1.0 - 2022-03-06

Added

  • Create location directory recursively (#6) (1ba0b69) (Vincent Weevers)

Fixed

  • Fix TypeScript type declarations (a79fe82) (Vincent Weevers)
  • Document the return type of db.batch() and add example (a909ea6) (Vincent Weevers).

1.0.0 - 2022-03-04

🌱 Initial release. If you are upgrading from leveldown please see UPGRADING.md.