Azure Functions Pack Versions Save

Easily package your Node.js Functions for Azure Functions

1.0.0

6 years ago

🎉🎉🎉 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:

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

6 years ago

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

6 years ago

Currently under @next tag: npm i -g azure-functions-pack@next

Includes:

Tested:

  • Windows 10, node v6.5.0, sample project
  • OSX, node v6.5.0, star wars api sample

Thanks to:

Perf: image

0.2.2

6 years ago

Supports ignored modules via the funcpack.config.json file. See Readme for more info.

Test results on perf (local): image

(Note that there was probably an outlier for the inital test, but the unpack test still holds true

0.1.1

7 years ago

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

7 years ago

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