Releases: dub-flow/veracode-javascript-packager
v1.0.7 Release
v1.0.6 Release
Minor changes: Added some new text file extensions to be excluded from the output zip
v1.0.5 Release
This release adds some minor features and makes sure that the current version is compiled into the binary even if one manually builds/runs the app (using go run
or go build
). This avoids unnecessarily prompting users to update to the latest version even if they are already on it.
v1.0.4
v1.0.3 Release
Minor improvements to logging and the packaging binary itself is now excluded from the output zip (in case it was within the -source
folder)
v1.0.2 Release
Added functionality to remove nested archives from the output zip.
v1.0.1 Release
Some minor improvements and added a check for NPM lockfile version 3 (which is currently not supported by Veracode SCA)
v1.0.0 Release 💥
This release now logs the current version of the tool and notifies if there is a newer version!
v0.1.3 Release
Added some more features and made the -source
flag required and without a default value.
v0.1.2 Release
Fixed some issues with the tool on Windows and made sure everything is os-agnostic.