Skip to content

Releases: astracompiler/cli

v1.3.1

Choose a tag to compare

@imqwertyc imqwertyc released this 20 Jun 15:44
1012d09

What's Changed

  • chore: Configure Renovate by @renovate in #73
  • chore(deps): update codacy/codacy-analysis-cli-action digest to 0991600 by @renovate in #74
  • Delete .github/dependabot.yml by @QwertyCodeQC in #76
    • by @QwertyCodeQC in #77
  • chore(config): migrate renovate config by @renovate in #79
  • chore(deps): update vitest monorepo to v3.2.3 by @renovate in #80
  • fix(deps): update dependency keyv to v5.3.4 by @renovate in #82
  • chore(deps): update dependency @types/node to v22.15.31 by @renovate in #81
  • chore(deps): update dependency @types/node to v22.15.32 by @renovate in #83
  • chore(deps): update dependency @biomejs/biome to v2 by @renovate in #85
  • chore(deps): update vitest monorepo to v3.2.4 by @renovate in #84

New Contributors

Full Changelog: v1.3.0...v1.3.1

  • Fix astra init (#86)

v1.3.0

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 21:27
769cc8a

Full Changelog: v1.2.7...v1.3.0

  • Stable release

v1.2.7

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 21:27
dbae2bf

Full Changelog: v1.2.6...v1.2.7

v1.2.6

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 21:28
c58dc61

Full Changelog: v1.2.5...v1.2.6

v1.2.5

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 21:28
8a53e1d

Full Changelog: v1.2.4...v1.2.5

v1.2.4

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 20:52
ffe6a2d

Full Changelog: v1.2.3...v1.2.4

v1.2.3

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 20:49
bcd6582

Full Changelog: v1.2.2...v1.2.3

  • Minor fixes

v1.2.2

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 20:29
e6d0f27

Full Changelog: v1.2.1...v1.2.2

  • Minor fixes

v1.2.1

Choose a tag to compare

@imqwertyc imqwertyc released this 06 Jun 20:11
9521db1

What's Changed

Full Changelog: v1.2.0...v1.2.1

  • Added support for macOS and linux
  • Fixed minor bugs
  • Switched from terser + tsc to esbuild

v1.2.0

Choose a tag to compare

@imqwertyc imqwertyc released this 03 Jun 14:41
d0862da

What's Changed

  • deps: bump @inquirer/prompts from 7.5.1 to 7.5.2 by @dependabot in #18
  • deps: bump rollup from 4.41.0 to 4.41.1 by @dependabot in #31
  • chore: bump @inquirer/checkbox from 4.1.7 to 4.1.8 by @dependabot in #38
  • chore: bump @inquirer/core from 10.1.12 to 10.1.13 by @dependabot in #41
  • chore: bump @inquirer/rawlist from 4.1.2 to 4.1.3 by @dependabot in #40
  • chore: bump @inquirer/editor from 4.2.12 to 4.2.13 by @dependabot in #37
  • chore: bump @inquirer/confirm from 5.1.11 to 5.1.12 by @dependabot in #36
  • chore: bump tinyglobby from 0.2.13 to 0.2.14 by @dependabot in #35
  • chore: bump @inquirer/input from 4.1.11 to 4.1.12 by @dependabot in #34
  • chore: bump @inquirer/expand from 4.0.14 to 4.0.15 by @dependabot in #33
  • chore: bump @inquirer/select from 4.2.2 to 4.2.3 by @dependabot in #32
  • chore: bump @inquirer/prompts from 7.5.2 to 7.5.3 by @dependabot in #39
  • chore: bump esbuild from 0.25.4 to 0.25.5 by @dependabot in #43
  • chore: bump fdir from 6.4.4 to 6.4.5 by @dependabot in #49
  • chore: bump @babel/types from 7.27.1 to 7.27.3 by @dependabot in #48
  • chore: bump terser from 5.39.2 to 5.40.0 by @dependabot in #47
  • chore: bump yargs from 17.7.2 to 18.0.0 by @dependabot in #46
  • chore: bump @types/node from 22.15.21 to 22.15.23 by @dependabot in #44
  • chore: bump @babel/parser from 7.27.2 to 7.27.3 by @dependabot in #45
  • chore: bump @types/node from 22.15.23 to 22.15.24 by @dependabot in #50
  • ci: add test coverage via codecov by @QwertyCodeQC in #51
  • ci: update coverage by @QwertyCodeQC in #52
  • chore: bump postcss from 8.5.3 to 8.5.4 by @dependabot in #54
  • chore: bump @types/node from 22.15.24 to 22.15.26 by @dependabot in #53
  • Feat/request caching by @QwertyCodeQC in #55
  • chore: bump tinypool from 1.0.2 to 1.1.0 by @dependabot in #58
  • chore: bump @types/node from 22.15.26 to 22.15.29 by @dependabot in #57
  • chore: bump @babel/parser from 7.27.3 to 7.27.4 by @dependabot in #56
  • chore: bump vitest from 3.1.4 to 3.2.0 by @dependabot in #60
  • chore: bump @vitest/coverage-v8 from 3.1.4 to 3.2.0 by @dependabot in #59

Full Changelog: v1.1.0...v1.2.0

  • Add request caching
  • Bug fixes