v1.0.0
LMDB v1.0.0
Closed issues:
- Source file URLS in documentation seem to be local to the build machine (#21)
- type piracy in
convertcauses ambiguity errors (#29) - Warning fails to show (#30)
Merged pull requests:
- Don't check the
Manifest.tomlfile 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_unpackfunction (#34) (@DilumAluthge) - Update Project.toml (#36) (@meggart)