glue breaking changes

cran

3 curated breaking changes across major versions of glue. Use this as a migration checklist before bumping dependencies.

3
changes
Breaking changes by transition
  • v1.4.2 \u2192 v1.5.0breaking

    Long deprecated function `collapse()` has been removed (#213)

  • v1.2.0 \u2192 v1.3.0breaking

    The `evaluate()` function has been removed. Changes elsewhere in glue made the implementation trivial so it was removed for clarities sake. Previous uses can be replaced by `eval(parse(text = text), envir)`.

  • v1.2.0 \u2192 v1.3.0breaking

    `collapse()` has been renamed to `glue_collapse()` to avoid namespace collisions with `dplyr::collapse()`.

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cran/glue
glue breaking changes — CRAN migration guide | DepScope