- Add support for the
<void/>package instruction
Thanks to @Sir-Will for these additions!
- Add main file for usage in node scripts
- Add option to define source directory
- Add basic jest tests
- Updat all dependencies
- Add .tar.gzip output
- Fix a bug that includes an empty directory in the resulting package
- Replace some of the manual path separation in the packager with code using node's
pathmodule - Add the
-d/--destinationcommand line option to specify the destination of the package
- Fix bug where
style.xmlfile options with attributes weren't loaded
- Add support for intermediate packages that should not be packaged into the final archive (only via styles)
- Extend support for the
stylePIP that also reads thestyle.xmland packages its files as well
- Added additional default file names for XML based PIPs
- Fixed a bug where folders wouldn't be packaged on Windows
- Change main file to
lib/gulp/wspackager.jsin first step to create a gulp plugin - Parse
optionalpackageandrequiredpackagexml tags and also package the archives specified by them