Skip to content

Latest commit

 

History

History
262 lines (161 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

262 lines (161 loc) · 14.3 KB

1.13.2 (2024-04-11)

Fixes & improvements

  • perf: up deps, use node20 as runner (e211807)

1.13.1 (2023-07-11)

Fixes & improvements

  • fix: handle fs.rename cross links (f755f0f)

1.13.0 (2023-01-31)

Features

  • feat: improve bun config validation errors logging (b9b62d1)

1.12.9 (2023-01-28)

Fixes & improvements

  • docs: add missing quotation in example (#35) (912930c)

1.12.8 (2022-08-19)

Fixes & improvements

  • fix: bump @actions/core from 1.9.0 to 1.9.1 to fix CVE-2022-35954 (#13) (aa8abd2)

1.12.7 (2022-08-08)

Fixes & improvements

1.12.6 (2022-08-08)

Fixes & improvements

1.12.5 (2022-07-23)

Fixes & improvements

  • docs: mention $HOME customization (1c002a8)
  • docs: add arch option examples (f73d275)

1.12.4 (2022-07-16)

Fixes & improvements

  • fix: pass auth token to tags read req (70d8e8d)
  • refactor: tweak up cache state markers (afabb21)

1.12.3 (2022-07-13)

Fixes & improvements

  • docs: mention oven-sh/misc-test-builds release stream (f279831)

1.12.2 (2022-07-13)

Fixes & improvements

  • fix: fix platform-to-dist mapping (bebcae8)

1.12.1 (2022-07-12)

Fixes & improvements

  • fix: check modules cache match before cache dir presence (edb89b1)

1.12.0 (2022-07-12)

Features

  • feat: check input version range validity (900dfcc)
  • feat: check platform and arch user inputs (b666962)
  • feat: handle latest as * bun version alias (98cafbd)

1.11.2 (2022-07-12)

Fixes & improvements

  • fix: parse input 'false' as undefined (7b11397)

1.11.1 (2022-07-12)

Fixes & improvements

  • fix: avoid bin cache reupload (8704639)

1.11.0 (2022-07-12)

Features

  • feat: add cache-bin option to enable cross-job installed bun binaries caching (62bf36c)

1.10.1 (2022-07-12)

Fixes & improvements

  • docs: add bunfig spec ref (790f6eb)

1.10.0 (2022-07-11)

Features

  • feat: use ${{github.token}} as token default (be406f2)

1.9.1 (2022-07-11)

Fixes & improvements

1.9.0 (2022-07-11)

Features

  • feat: intriduce gh token option (b7cc5a0)

Fixes & improvements

  • fix: fix archive unfolding (2b125df)
  • refactor: remove legacy sh scripts (59d2be9)

1.8.1 (2022-07-11)

Fixes & improvements

  • refactor: migrate to typescript (#7) (a6c1e86)

1.8.0 (2022-07-11)

Features

  • feat: add config opt alias for bun-config (94241b2)

1.7.1 (2022-07-11)

Fixes & improvements

  • fix: fix configPath on save (61f0f2a)

1.7.0 (2022-07-11)

Features

  • feat: provide bun-config option to override bunfig.toml contents (f88d787)

1.6.4 (2022-07-11)

Fixes & improvements

  • fix: set env.BUN_INSTALL (6d53a44)

1.6.3 (2022-07-11)

Fixes & improvements

  • fix: fix zip extract from cache (9d93b1d)

1.6.2 (2022-07-11)

Fixes & improvements

1.6.1 (2022-07-10)

Fixes & improvements

  • fix: fix cache key await (f7eb82d)

1.6.0 (2022-07-10)

Features

  • feat: provide modules caching (91c680b)

1.5.0 (2022-07-10)

Features

1.4.4 (2022-07-10)

Fixes & improvements

  • refactor: swap install.sh params (e145c62)

1.4.3 (2022-07-10)

Fixes & improvements

1.4.2 (2022-07-09)

Fixes & improvements

  • fix: fetch all tags instead of default 20 (665de9d)

1.4.1 (2022-07-09)

Fixes & improvements

  • fix: rename repo to bun-repo option (5775534)
  • docs: describe action outputs (4ef0e37)

1.4.0 (2022-07-09)

Fixes & improvements

  • refactor: decompose, add some tests (f8c40d3)

Features

1.3.1 (2022-07-09)

Fixes & improvements

  • fix: use bun-releases-for-updater channel to search versions (e63c109)

1.3.0 (2022-07-09)

Features

  • feat: log installed version (c1e3ada)

1.2.2 (2022-07-09)

Fixes & improvements

1.2.1 (2022-07-09)

Fixes & improvements

1.2.0 (2022-07-09)

Features

  • feat: support both version and bun-version options (f6df376)

1.1.0 (2022-07-09)

Features

  • feat: provide semver matcher (ac066df)

1.0.8 (2022-07-09)

Fixes & improvements

1.0.7 (2022-07-09)

Fixes & improvements

1.0.6 (2022-07-09)

Fixes & improvements

  • fix: fix PATH injection (aeb0f67)

1.0.5 (2022-07-09)

Fixes & improvements

1.0.4 (2022-07-09)

Fixes & improvements

  • fix: update env.GITHUB_PATH (914c7d9)

1.0.3 (2022-07-09)

Fixes & improvements

  • fix: fix action entry point (a62c788)

1.0.2 (2022-07-09)

Fixes & improvements

1.0.1 (2022-07-09)

Fixes & improvements

  • fix: move to @actions/exec (b9fe6e3)

1.0.0 (2022-07-09)

Features

  • feat: add bun installer (ab211ad)