Skip to content

Releases: ghost-fvtt/foundry-factory

0.6.2

08 Jun 06:03
Compare
Choose a tag to compare

Changelog

Features

  • Updated the League Basic JS Module Template

0.6.1

08 Jun 05:36
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Fixed SASS on Node.js 16+ in ghost's Gulp + Rollup Preset

0.6.0

23 May 02:27
Compare
Choose a tag to compare

Changelog

Features

  • Added a command line flag -m / --packageManager to select the package manager to use when installing dependencies. Supported values are npm, yarn, and yarn2. Here is an example:
    npx @ghost-fvtt/foundry-factory --packageManager yarn2 my-cool-project-with-yarn2
    
    At this point, this functionality is only available as a command line flag. Adding a question for it in the interactive dialog can easily be added if there is interest in that. If this is a feature you would like, please let me know.

0.5.3

02 May 18:16
Compare
Choose a tag to compare

Changelog

Features

  • Updated the League Basic JS Module Template to match upstream

0.5.2

23 Mar 23:16
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Fixed a bug in ghost's Gulp + Rollup preset with the styles directory name being inconsistent
  • Fixed an issue in ghost's Gulp + Rollup preset with files not being copied / build correctly on windows (due to gulp's src not expecting windows paths but unix paths)

0.5.1

21 Mar 08:15
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Fixed a couple of small issues with ghost's Gulp + Rollup preset

0.5.0

10 Mar 07:21
Compare
Choose a tag to compare

Changelog

Features

  • Errors are noe properly displayed in the terminal when they occur.
  • Renamed the "Gulp + Rollup" preset to "ghost's Gulp + Rollup Preset".

Bugfixes

  • Fixed an issue with the foundry-vtt-types dependency in ghost's Gulp + Rollup Preset.

v0.4.0

08 Mar 12:33
Compare
Choose a tag to compare

0.3.1

03 Mar 05:00
Compare
Choose a tag to compare
  • In the Gulp+Rollup preset, use the foundry-vtt-types as npm dependency (when using TypeScript)

0.3.0

02 Mar 11:46
Compare
Choose a tag to compare
  • Skip git initialization if git is not installed
  • gulp-rollup will not not emit anything husky related if there is no git initialization