Skip to content

Releases: posit-dev/air

0.2.0

21 Jan 16:01
Compare
Choose a tag to compare

Release Notes

  • Initial public release, yay!

    Note that we first released 0.2.0 as 1.0.0. If you have installed the VS Code extension or the CLI program as 1.0.0, please uninstall it.

  • Fixed an issue where the language server failed to start due to logging
    being initialized twice.

  • Added a synchronization mechanism between IDE and Air settings. See documentation for more information https://posit-dev.github.io/air/configuration.html#settings-synchronization.

  • Renamed ignore-magic-line-break to persistent-line-breaks (#177).

  • In the CLI, errors and warnings are now written to stderr. This allows you to
    see issues that occur during air format, such as parse errors or file not
    found errors (#155).

  • New global CLI option --log-level to control the log level. The default is
    warn (#155).

  • New global CLI option --no-color to disable colored output (#155).

  • Air now supports .air.toml files in addition to air.toml files. If both
    are in the same directory, air.toml is preferred, but we don't recommend
    doing that (#152).

Install air 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.2.0/air-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/posit-dev/air/releases/download/0.2.0/air-installer.ps1 | iex"

Download air 0.2.0

File Platform Checksum
air-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
air-x86_64-apple-darwin.tar.gz Intel macOS checksum
air-x86_64-pc-windows-msvc.zip x64 Windows checksum
air-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.1.2

14 Jan 21:06
8a0e2ae
Compare
Choose a tag to compare

Release Notes

  • The default indent style has been changed to spaces. The default indent width
    has been changed to two. This more closely matches the overwhelming majority
    of existing R code.

  • Parse errors in your document no longer trigger an LSP error when you request
    document or range formatting (which typically would show up as an annoying
    toast notification in your code editor) (#120).

  • air format is now faster on Windows when nothing changes (#90).

  • air format --check now works correctly with Windows line endings (#123).

  • Magic line breaks are now supported in left assignment (#118).

Install air 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.1.2/air-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/posit-dev/air/releases/download/0.1.2/air-installer.ps1 | iex"

Download air 0.1.2

File Platform Checksum
air-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
air-x86_64-apple-darwin.tar.gz Intel macOS checksum
air-x86_64-pc-windows-msvc.zip x64 Windows checksum
air-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.1.1

20 Dec 15:56
d61f962
Compare
Choose a tag to compare

Release Notes

  • The LSP gains range formatting support (#63).

  • The air format command has been improved and is now able to take multiple files and directories.

Install air 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.1.1/air-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/posit-dev/air/releases/download/0.1.1/air-installer.ps1 | iex"

Download air 0.1.1

File Platform Checksum
air-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
air-x86_64-apple-darwin.tar.gz Intel macOS checksum
air-x86_64-pc-windows-msvc.zip x64 Windows checksum
air-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

0.1.0

27 Nov 17:50
Compare
Choose a tag to compare

Install air 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/posit-dev/air/releases/download/0.1.0/air-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/posit-dev/air/releases/download/0.1.0/air-installer.ps1 | iex"

Download air 0.1.0

File Platform Checksum
air-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
air-x86_64-apple-darwin.tar.gz Intel macOS checksum
air-x86_64-pc-windows-msvc.zip x64 Windows checksum
air-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum