Skip to content

Releases: ts-graphviz/setup-graphviz

v2.0.2

24 Apr 15:45
Compare
Choose a tag to compare

Full Changelog: 1e378e8...895205c

Changes

  • Remove apt-get cache clear scripts from GraphvizInstaller #610
  • Bump @biomejs/biome from 1.5.3 to 1.7.1 and fix format #612
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.5 #599
  • build(deps): bump undici from 5.28.3 to 5.28.4 #592
  • build(deps-dev): bump @types/node from 20.11.16 to 20.12.7 #597
  • build(deps): bump vite from 5.0.12 to 5.2.10 #606
  • build(deps-dev): bump vitest from 1.2.2 to 1.5.0 #598

Special thanks for @gpaulfleetwood

v2.0.1

24 Apr 11:24
Compare
Choose a tag to compare

Full Changelog: 7b33874...1e378e8

Changes

  • Fix failing installation on Linux and Refactor Main Workflow #602

Special thanks for @jakebeal, @vkottler and @mrbuslov

v2.0.0🌈

05 Feb 14:27
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v2.0.0

Breaking Changes

  • The Codecov Action runs as a node20 action due to node16 deprecation. #558
  • Fixed a fatal typo. #507
    • The version variable for windows was window-graphviz-version instead of windows-graphviz-version.

Special thanks for @joshstrohminger and @Maetveis

v1.2.0 🌈

05 Jan 14:34
Compare
Choose a tag to compare

Full Changelog: v1.1...v1.2.0

Add skip repository update flag

A flag to specify whether or not to update the package manager's repositories, allowing users to arbitrarily choose whether or not to update.

This fixes the following issues(#457).

- name: Setup Graphviz
  uses: ts-graphviz/setup-graphviz@v1
  with:
    # Skip to run apt update command on Ubuntu.
    ubuntu-skip-apt-update: 'true' # defalt false
    # Skip to run brew update command on macOS.
    macos-skip-brew-update: 'true' # defalt false

Special thanks for @jbms and @mvrueden

v1.0.0 🌈

07 May 15:40
Compare
Choose a tag to compare

GitHub Action to set up Graphviz cross-platform(Linux, macOS, Windows).

Migration from kamiazya/setup-graphviz

v1.1.0 🌈

18 Aug 10:43
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

Added support for strict version specification feature in Ubuntu and Windows(non-macos) Runner.

- uses: ts-graphviz/setup-graphviz@v1
  with:
    ubuntu-graphviz-version: '2.42.2-3build2'
    ubuntu-libgraphvizdev-version: '2.42.2-3build2'
    windows-graphviz-version: '2.49.3'

Special thanks for @stunney

v1.0.1 🌈

17 Aug 12:16
Compare
Choose a tag to compare

Full Changelog: https://github.com/ts-graphviz/setup-graphviz/commits/v1.0.1

Fixed a problem that caused installs to fail on Ubuntu.

fix #321
fix #83

Othor

  • Updated project development tools.
  • Improved release flow so that git tag updates are automatically deployed.