Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

v0.31.0

Compare
Choose a tag to compare
@yitzchak yitzchak released this 22 Oct 17:54
· 759 commits to master since this release

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Added

  • Optional functionality for automatically building a file after it has been
    saved. To avoid possible race conditions that could potentially be triggered
    by Save All, automatic builds are only triggered on the active file.
    ~ #152
    / @ravinrabbid