Release v0.6.0
-
BSON now supports indexing by
AbstractString
. -
[breaking] BSON is now defined as
BSON <: AbstractDict{String, Any}
. -
[breaking] proper implementation of
keys(bson)
andvalues(bson)
.
BSON now supports indexing by AbstractString
.
[breaking] BSON is now defined as BSON <: AbstractDict{String, Any}
.
[breaking] proper implementation of keys(bson)
and values(bson)
.