Releases: Azure/azure-functions-pack
1.0.0
🎉🎉🎉 first "non-prerelease" version 🎉🎉🎉
npm i -g [email protected]
funcpack has now been used in production by quite a few folks and the experience has been pretty good, so we're officially dropping a v1 release for funcpack.
Big changes since the last release:
watch
feature by @matthewmeyer (#59) (video)copyToOutput
feature by @crandycodes (#53) (video)- customize webpack config by @puhoy (#65)
Other changes:
- e2e tests that run on each branch/PR using the azure-functions-core-tools to actually run the Functions on travis CI (which is pretty cool for anyone looking to run CI themselves using a local docker container) (big thanks to @matthewmeyer for a quick fix there as well)
0.3.1
Updated webpack to latest version
Updated package.json ownership info to reflect that Microsoft owns/manages it, not christopheranderson
Omitting performance test data for this update, as it did not change dramatically
0.3.0
Currently under @next tag: npm i -g azure-functions-pack@next
Includes:
- Latest webpack (#32)
funcpack pack . --output <path>
now works as expected- Fixes to bash and EoL issues (#44)
- Uglify no longer has test coverage and is deprecated until it support ES6 (or the UglifyJSPlugin support UglifyJSv3 APIs - see #45)
Tested:
- Windows 10, node v6.5.0, sample project
- OSX, node v6.5.0, star wars api sample
Thanks to:
- @harshithkashyap for #44
- @SteveALee for #37
- @lijunle for #32
Support ignored modules
0.1.1 uglify works
Adds pack/unpack options
Add unpack functionality
Adds uglify option
Adds changing directory name option
Adds lots more test cases (still manual testing)
Changes "original" settings to have underscores
LOTS of fixes
0.1.0 pack/unpack
Adds pack/unpack options
Add unpack functionality
Adds uglify option
Adds changing directory name option
Adds lots more test cases (still manual testing)
Changes "original" settings to have underscores
LOTS of fixes