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

Releases: Azure/azure-functions-pack

1.0.0

25 Jan 02:03
8a586d6
Compare
Choose a tag to compare

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

18 Sep 16:10
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

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

02 Sep 00:37
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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:

Perf:
image

Support ignored modules

01 Jul 00:09
Compare
Choose a tag to compare
Pre-release

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 uglify works

05 Mar 04:29
Compare
Choose a tag to compare
0.1.1 uglify works Pre-release
Pre-release

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

05 Mar 02:33
Compare
Choose a tag to compare
0.1.0 pack/unpack Pre-release
Pre-release

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