Skip to content

Commit 60cca0f

Browse files
committed
Bump version to 1.2.0
1 parent e0276a5 commit 60cca0f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: blob
22
Title: A Simple S3 Class for Representing Vectors of Binary Data
33
('BLOBS')
4-
Version: 1.1.1.9002
4+
Version: 1.2.0
55
Authors@R:
66
c(person(given = "Hadley",
77
family = "Wickham",

NEWS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# blob 1.1.1.9002
1+
# blob 1.2.0
22

3-
- Bump vctrs dependency to v0.2.0.
3+
## Breaking changes
44

5+
- The `blob` class is now based on `list_of(raw())` from the vctrs package (#11). This adds support for `vec_cast()` and `vec_ptype2()`. Some operations (such as subset assignment) are now stricter. The `new_blob()` constructor permits safe and fast construction of `blob` objects from a list, and `validate_blob()` checks an existing object for conformity with the rules.
56

6-
# blob 1.1.1.9001
7+
- The new `is_blob()` deprecates the existing `is.blob()`. `as.blob()` is deprecated in favor of `vec_cast()` or the new `as_blob()` (which is just a thin wrapper around `vec_cast()`).
78

89
- Indexing a vector of blobs out of bounds now raises an error. Use `NA` as index to create a `NULL` blob.
9-
- New `validate_blob()`.
10-
- The `blob` class is now based on `list_of(raw())` from the vctrs package (#11).
1110

1211

1312
# blob 1.1.1 (2018-03-24)

0 commit comments

Comments
 (0)