Skip to contents

AcidCLI 0.2.0 (2022-03-11)

Starting a new release series for 2022.

Minor changes:

  • Updated R dependency to 4.1, matching Bioconductor 3.14 release.
  • Updated other package dependencies: cli (3.2.0), crayon (1.5.0), and goalie (0.6.0).

AcidCLI 0.2.1 (2022-04-29)

Minor changes:

  • Updated R version dependency to 4.2.

AcidCLI 0.2.2 (2022-05-23)

Minor changes:

  • Updated lintr and testthat checks.

AcidCLI 0.2.3 (2022-09-13)

Major changes:

  • h1: Reworked default appearance to use ==== separared by line breaks.
  • h2-h7: Removed test tube emoji before #.

AcidCLI 0.2.4 (2022-10-20)

Minor changes:

  • h1: Reworked to span the width of console.
  • Improved fallback support for consoles without UTF-8 support.

AcidCLI 0.2.5 (2022-11-08)

Minor changes:

  • Tightened R 4.2 dependency requirements prior to bioconda recipe update.

AcidCLI 0.2.6 (2023-01-30)

Minor changes:

  • abort, inform, warn: Reworked internal code and imports to ensure that rlang is always installed. cli package update now makes rlang conditional, which caused our error messages to fail in the rare edge case that the rlang package is not available. We’re now ensuring rlang gets imported directly rather than relying on cli to avoid this situation.

AcidCLI 0.2.7 (2023-02-08)

Minor changes:

  • abort: Improved call suppression in error message header when call = FALSE. Need to pass call = NULL internally to rlang abort to fix this.

AcidCLI 0.2.8 (2023-08-09)

Major changes:

  • Now requiring R 4.3.
  • h1 no longer returns an extra line break under the bottom separator.