Releases: etiktin/generate-evb
v1.0.3
v1.0.2
v1.0.1
v1.0.0 🎉🍾
The API has been stable for a while, so it's time to make it official by 🚢-ing v1.0.0.
Changes:
- The dependencies have been updated to their latest version
- The minimal supported Node.js version is v4 (this change is due to updating the "merge-options" dependency). If you need to run
generate-evb
on older versions of Node.js stick togenerate-evb
v0.6.0
Make it easier to change Enigma's options
You can now set some of Enigma's options through the options parameter. This removes the need to use custom templates for common options such as disabling file compression and loading dlls from memory instead of extracting them.
For details see the documentation for evbOptions
in README.md.
Add filter support
The API changed to accommodate filter support. So instead of the final parameter being a templatePath object, it's now an options object (for details see README.md). For now there's still backward support for the old API, but it will be deprecated at some point in the future.
The filter function allows you to choose which files and directories in path2Pack you want to pack. This is useful in cases were path2Pack includes temporary resources that you don't need for running, or when it includes the inputExe (like mentioned in #1 when packing an Electron app).
Initial release
v0.4.4 0.4.4