Releases: tidyverse/blob
Releases · tidyverse/blob
blob 1.2.4
Bug fixes
- Fix argument consistency between S3 generics and methods.
blob 1.2.3
as_blob(NA_character_)returns a missingblobinstead ofas_blob("NA")(#26, @MichaelChirico).
blob 1.2.2
- Moved to "stable" lifecycle stage.
- Remove
is_vector_s3()(#19).
blob 1.2.1
- Inline prettyunits.
vec_ptype2.hms.default()forwards tovec_default_ptype2()for compatibility with vctrs 0.2.1.
blob 1.2.0
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.1
blob 1.1.0
- New maintainer: Kirill Müller.
- Added
as.blob.blob()andas.data.frame.blob()methods (#3). - Size of very large blobs is displayed correctly.
Initial release
v1.0.0 Add CRAN comments