Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

v0.6.0 release

Compare
Choose a tag to compare
@nbarikipoulos nbarikipoulos released this 17 Jan 22:16
· 10 commits to main since this release

This release is mainly dedicated to:

  • Fix various issues about configuration settings (CLI/wixrc file),
  • Extend packaging to some 'particular' case (aka see limitation of the pkg module(see #27).

Breaking Changes

CLI

#24: The alias --ico has been renamed to --icon

wixrc file

#24: the property 'ico' is now named 'icon'

New Features

A -f/--files flag has been added.
When used, mapping of sources/deps is based on the 'files' property of the package.json instead of analysis dependencies through calls of require.

Aim is to extend use of wix-msi with code that calls require with non-literal argument

See #27 for further details

Bug Fixes

#22/#26 wirc and pathes to image issues,
#25 Issues with option settings.
#29 Wrong error message when uuid validation fails

Enhancements & Others

#24 Standardize name of cli flags,
#28 Update dependencies.