Skip to content

lifecycle 1.0.2

Choose a tag to compare

@lionel- lionel- released this 09 Sep 11:44
· 64 commits to main since this release
  • You can now generate arbitrary text in a deprecation message by
    wrapping what or with in I() (#120).

  • deprecate_warn() gains an always = TRUE argument to force
    warnings to occur every time, not every 8 hours. This adds an extra
    step in between deprecate_warn() and deprecate_stop() (#124).

  • signal_stage() now supports with (#116).