Skip to content

Releases: form8ion/project

v19.0.0-alpha.11

29 Jul 21:40
1a1ae41
Compare
Choose a tag to compare
v19.0.0-alpha.11 Pre-release
Pre-release

19.0.0-alpha.11 (2024-07-29)

Features

  • vcs-host: pass projectName when scaffolding (1a1ae41)

v19.0.0-alpha.10

29 Jul 20:44
8353d13
Compare
Choose a tag to compare
v19.0.0-alpha.10 Pre-release
Pre-release

19.0.0-alpha.10 (2024-07-29)

Features

  • vcs-host: expect vcs-host scaffolder to return details under the vcs results object (8353d13)

v19.0.0-alpha.9

26 Jul 04:09
9322e3a
Compare
Choose a tag to compare
v19.0.0-alpha.9 Pre-release
Pre-release

19.0.0-alpha.9 (2024-07-26)

Features

  • vcs-hosts: moved vcs-host scaffolding to earlier since lifting can be a separate phase now (9322e3a)

v19.0.0-alpha.8

26 Jul 03:42
008a5a9
Compare
Choose a tag to compare
v19.0.0-alpha.8 Pre-release
Pre-release

19.0.0-alpha.8 (2024-07-26)

Features

  • lift: provide vcs details to the lift process (008a5a9)

v19.0.0-alpha.7

26 Jul 03:36
142c124
Compare
Choose a tag to compare
v19.0.0-alpha.7 Pre-release
Pre-release

19.0.0-alpha.7 (2024-07-26)

Features

  • vcs-hosts: apply lifters after scaffolding (142c124)

v19.0.0-alpha.6

25 Jul 16:46
ce227fd
Compare
Choose a tag to compare
v19.0.0-alpha.6 Pre-release
Pre-release

19.0.0-alpha.6 (2024-07-25)

Features

  • dependency-updaters: apply lifters after scaffolding (ce227fd)

v19.0.0-alpha.5

25 Jul 15:39
0f92d93
Compare
Choose a tag to compare
v19.0.0-alpha.5 Pre-release
Pre-release

19.0.0-alpha.5 (2024-07-25)

Bug Fixes

  • plugins: actually call the proper scaffold function from the dependency-updater plugin (0f92d93)

v19.0.0-alpha.4

25 Jul 00:01
a464362
Compare
Choose a tag to compare
v19.0.0-alpha.4 Pre-release
Pre-release

19.0.0-alpha.4 (2024-07-25)

Features

  • plugins: moved the vcs-host plugins under the plugins map (a464362)

BREAKING CHANGES

  • plugins: vcs-host plugins must now be supplied under the plugins property rather than as a
    direct property and must be a full plugin

v19.0.0-alpha.3

24 Jul 19:20
188015f
Compare
Choose a tag to compare
v19.0.0-alpha.3 Pre-release
Pre-release

19.0.0-alpha.3 (2024-07-24)

Bug Fixes

  • language-plugins: removed the default map since the schema already defines a default (188015f)

v19.0.0-alpha.2

24 Jul 03:24
70c7b75
Compare
Choose a tag to compare
v19.0.0-alpha.2 Pre-release
Pre-release

19.0.0-alpha.2 (2024-07-24)

Features

  • languages: moved the languages plugins under the plugins property (70c7b75)

BREAKING CHANGES

  • languages: languages now must be provided under the plugins property and as full plugins
    rather than a direct scaffolder function