Skip to content

WSCPackageGenerator v4.0.0

Compare
Choose a tag to compare
@manuth manuth released this 15 Sep 23:45
· 9 commits to main since this release

WSCPackageGenerator v4.0.0

Breaking

  • Converted the package to an ESModule

Fixed

  • The generator to create the actual self contained php script if desired
  • The generator to add all selected components to the template package file
  • The generator to write the theme description to the corresponding theme file
  • Creation of path.join calls which in some cases used to contain an unnecessary empty argument
  • The creation process of the MyPackage.ts file to order all imports by default

Updated

  • All dependencies
  • Generator to provide improved suggestions when asking for the theme's file name
  • All node imports to use the node:-protocol

Added

  • Support for creating WoltLab packages written as CommonJS or ESModule code
  • New unit tests

Show differences