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

1.0.0

Latest
Compare
Choose a tag to compare
@christopheranderson christopheranderson released this 25 Jan 02:03
· 7 commits to dev since this release
8a586d6

🎉🎉🎉 first "non-prerelease" version 🎉🎉🎉

npm i -g azure-functions-core-tools@1.0.0

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)