Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 08:51
bdc2df6

LMDB v1.0.0

Diff since v0.2.1

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), and get!(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 separate mbd_unpack function (#34) (@DilumAluthge)
  • Update Project.toml (#36) (@meggart)