Skip to content

Releases: VirtusLab/scala-cli-setup

v0.2.0

22 Feb 15:46
1834c15
Compare
Choose a tag to compare

Require the --power option for restricted features by default

Until now, Scala CLI has been limiting some of its functionalities in its scala distribution.
Starting with v0.2.0, those limitation will be applied to all distributions, including scala-cli.

This was done in order to make the behaviour consistent with Scala CLI acting as the Scala runner.

Restricted features can be accessed by using the --power launcher flag. Do note that launcher flags have to be passed before the sub-command.

scala-cli --power package .

Alternatively, the power mode can be turned on globally for a GitHub Action job:

- uses: VirtusLab/[email protected]
  with:
    power: true

Please note that this change may affect your existing workflows that rely on the limited commands from ScalaCLI (such as package, publish). You can still use those commands with power mode enabled.

What's Changed

  • build(deps-dev): bump @typescript-eslint/parser from 5.48.2 to 5.49.0 by @dependabot in #162
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 by @dependabot in #161
  • build(deps-dev): bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in #163
  • build(deps-dev): bump @types/node from 18.11.18 to 18.13.0 by @dependabot in #173
  • build(deps-dev): bump eslint from 8.32.0 to 8.34.0 by @dependabot in #170
  • build(deps-dev): bump typescript from 4.9.4 to 4.9.5 by @dependabot in #165
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.52.0 by @dependabot in #172
  • Enable preconfiguring --power for scala-cli by @Gedochao in #180
  • Update ScalaCLI by @github-actions in #179
  • Update dist by @github-actions in #181

Full Changelog: v0.1...v0.2.0

v0.1.20

18 Jan 16:04
9dafe2f
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 by @dependabot in #144
  • build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0 by @dependabot in #143
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.48.0 by @dependabot in #151
  • build(deps-dev): bump @typescript-eslint/parser from 5.47.0 to 5.48.1 by @dependabot in #154
  • build(deps-dev): bump prettier from 2.8.1 to 2.8.2 by @dependabot in #152
  • Trigger workflow test when push to create-pull-request/patch by @lwronski in #148
  • build(deps-dev): bump eslint from 8.30.0 to 8.31.0 by @dependabot in #149
  • build(deps-dev): bump @types/node from 18.11.17 to 18.11.18 by @dependabot in #145
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 by @dependabot in #153
  • build(deps-dev): bump eslint from 8.31.0 to 8.32.0 by @dependabot in #156
  • build(deps-dev): bump @typescript-eslint/parser from 5.48.1 to 5.48.2 by @dependabot in #158
  • build(deps-dev): bump prettier from 2.8.2 to 2.8.3 by @dependabot in #155
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 by @dependabot in #157
  • Update ScalaCLI by @github-actions in #159
  • Update dist by @github-actions in #160

Full Changelog: v0.1...v0.1.20

v0.1.19

19 Dec 17:53
7e6a0b2
Compare
Choose a tag to compare

What's Changed

  • Use deploy key in checkout action by @lwronski in #126
  • build(deps-dev): bump @types/node from 18.8.5 to 18.11.9 by @dependabot in #116
  • build(deps-dev): bump typescript from 4.8.4 to 4.9.3 by @dependabot in #120
  • build(deps-dev): bump prettier from 2.8.0 to 2.8.1 by @dependabot in #132
  • build(deps-dev): bump @types/node from 18.11.9 to 18.11.11 by @dependabot in #130
  • build(deps-dev): bump typescript from 4.9.3 to 4.9.4 by @dependabot in #131
  • build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.0 by @dependabot in #129
  • build(deps-dev): bump eslint and eslint-plugin-github by @dependabot in #128
  • Merge upstream changes by @Gedochao in #133
  • build(deps-dev): bump @types/node from 18.11.11 to 18.11.12 by @dependabot in #134
  • build(deps-dev): bump @types/node from 18.11.12 to 18.11.13 by @dependabot in #135
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 by @dependabot in #136
  • build(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.46.1 by @dependabot in #137
  • build(deps-dev): bump @types/node from 18.11.13 to 18.11.15 by @dependabot in #138
  • build(deps-dev): bump eslint from 8.29.0 to 8.30.0 by @dependabot in #140
  • build(deps-dev): bump @types/node from 18.11.15 to 18.11.17 by @dependabot in #139
  • Update ScalaCLI by @github-actions in #141
  • Update dist by @github-actions in #142

New Contributors

Full Changelog: v0.1...v0.1.19

v0.1.18

30 Nov 13:45
2d4aee2
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in #123
  • Update ScalaCLI by @github-actions in #124
  • Update dist by @github-actions in #125

Full Changelog: v0.1...v0.1.18

v0.1.17

10 Nov 13:51
b133237
Compare
Choose a tag to compare

What's Changed

  • Update ScalaCLI by @github-actions in #118
  • Update dist by @github-actions in #119

Full Changelog: v0.1...v0.1.17

v0.1.16

14 Oct 12:33
06d19f3
Compare
Choose a tag to compare

What's Changed

  • Update ScalaCLI by @github-actions in #106
  • build(deps): bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #98
  • build(deps-dev): bump @types/node from 18.7.23 to 18.8.5 by @dependabot in #105
  • Update dist by @github-actions in #107

Full Changelog: v0.1.15...v0.1.16

v0.1.15

28 Sep 15:48
d4550f6
Compare
Choose a tag to compare

What's Changed

  • Merge upstream by @lwronski in #95
  • Update ScalaCLI by @github-actions in #96
  • Update dist by @github-actions in #97

Full Changelog: v0.1.14.1...v0.1.15

v0.1.14.1

14 Sep 10:40
4ee3458
Compare
Choose a tag to compare

What's Changed

  • Update dist by @github-actions in #89

Full Changelog: v0.1...v0.1.14.1

v0.1.14

14 Sep 08:28
6eb05b5
Compare
Choose a tag to compare

What's Changed

  • Update ScalaCLI by @github-actions in #88

Full Changelog: v0.1...v0.1.14

v0.1.13

12 Sep 19:53
c9748f2
Compare
Choose a tag to compare

What's Changed

  • Update ScalaCLI by @github-actions in #84
  • Update dist by @github-actions in #85

Full Changelog: v0.1...v0.1.13