LMDB v1.0.0
Closed issues:
- Source file URLS in documentation seem to be local to the build machine (#21)
- type piracy in
convert
causes ambiguity errors (#29) - Warning fails to show (#30)
Merged pull requests:
- Don't check the
Manifest.toml
file into source control (#31) (@DilumAluthge) - Add the
get!(d::LMDBDict, key, default)
,get(f::Function, d::LMDBDict, key)
, andget!(f::Function, d::LMDBDict, key)
methods (#32) (@DilumAluthge) - Change all occurences of
warn(...)
to@warn(...)
(#33) (@DilumAluthge) - Don't extend
Base.convert
; instead, define a separatembd_unpack
function (#34) (@DilumAluthge) - Update Project.toml (#36) (@meggart)