blob 1.2.3 (2022-04-10)
CRAN release: 2022-04-10
-
as_blob(NA_character_)returns a missingblobinstead ofas_blob("NA")(#26, @michaelchirico).
blob 1.2.2 (2021-07-23)
CRAN release: 2021-07-23
- Moved to “stable” lifecycle stage.
- Remove
is_vector_s3()(#19).
blob 1.2.1
CRAN release: 2020-01-20
- Inline prettyunits.
-
vec_ptype2.hms.default()forwards tovec_default_ptype2()for compatibility with vctrs 0.2.1.
blob 1.2.0
CRAN release: 2019-07-09
Breaking changes
The
blobclass is now based onlist_of(raw())from the vctrs package (#11). This adds support forvec_cast()andvec_ptype2(). Some operations (such as subset assignment) are now stricter. Thenew_blob()constructor permits safe and fast construction ofblobobjects from a list, andvalidate_blob()checks an existing object for conformity with the rules.The new
is_blob()deprecates the existingis.blob().as.blob()is deprecated in favor ofvec_cast()or the newas_blob()(which is just a thin wrapper aroundvec_cast()).Indexing a vector of blobs out of bounds now raises an error. Use
NAas index to create aNULLblob.
blob 1.1.0 (2017-06-17)
CRAN release: 2017-06-17
New maintainer: Kirill Müller.
Added
as.blob.blob()andas.data.frame.blob()methods (#3).Size of very large blobs is displayed correctly.